#AB78D6

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

Shades of Amethyst #AB78D6

Tints of Amethyst #AB78D6

Color information

#AB78D6 (or 0xAB78D6) is unknown color: approx Amethyst. HEX triplet: AB, 78 and D6. RGB value is (171,120,214). Sum of RGB (Red+Green+Blue) = 171+120+214=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB78D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78D6 is #548729. Grayscale: #919191. Windows color (decimal): -5539626 or 14055595. OLE color: 14055595.

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

Color convert

RGB171120214-
CMYK0.200.4400.16
HSL272.55º53.41%65.49%-
HSV(B)272.55º43.93%83.92%-
XYZ35.6526.9566.94-
YUV145.96166.4145.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 120 (47.27% from 255) = 23.76%
BLUE value IS 214 (83.98% from 255) = 42.38%
R=33.86%
G=23.76%
B=42.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711202140.200.4400.16272.5553.4165.49
HexAB78D6142C0101113541
Octal253170326245402042165101
Binary10101011111100011010110101001011000100001000100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78D6; }

 p { color: rgb(171,120,214); }

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

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

 a { background-color: rgb(171,120,214); }

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

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

 span { border-color: rgb(171,120,214); }

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