#AB7CD7

Color #AB7CD7 Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AB7CD7

Tints of Amethyst #AB7CD7

Color information

#AB7CD7 (or 0xAB7CD7) is unknown color: approx Amethyst. HEX triplet: AB, 7C and D7. RGB value is (171,124,215). Sum of RGB (Red+Green+Blue) = 171+124+215=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB7CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7CD7 is #548328. Grayscale: #949494. Windows color (decimal): -5538601 or 14122155. OLE color: 14122155.

HSL color Cylindrical-coordinate representation of color #AB7CD7: hue angle of 270.99º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7CD7 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171124215-
CMYK0.200.4200.16
HSL270.99º53.22%66.47%-
HSV(B)270.99º42.33%84.31%-
XYZ36.2727.9867.78-
YUV148.43165.57144.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 124 (48.83% from 255) = 24.31%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=33.53%
G=24.31%
B=42.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711242150.200.4200.16270.9953.2266.47
HexAB7CD7142A01010f3542
Octal253174327245202041765102
Binary10101011111110011010111101001010100100001000011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7CD7; }

 p { color: rgb(171,124,215); }

 H1.HeaderClassName
 {
   color: #AB7CD7;
 }
 .AnyTagClassName
 {
   color: #AB7CD7;
 }
</style>
background-color css

<style>
 a { background-color: #AB7CD7; }

 a { background-color: rgb(171,124,215); }

 div.DivClassName
 {
   background-color: #AB7CD7;
 }
 .BgClassName
 {
   background-color: #AB7CD7;
 }
</style>
border-color css

<style>
 span { border-color: #AB7CD7; }

 span { border-color: rgb(171,124,215); }

 td.TdClassName
 {
   border-color: #AB7CD7;
 }
 .TagClassName
 {
   border-color: #AB7CD7;
 }
</style>