#AB78D4

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

Shades of Amethyst #AB78D4

Tints of Amethyst #AB78D4

Color information

#AB78D4 (or 0xAB78D4) is unknown color: approx Amethyst. HEX triplet: AB, 78 and D4. RGB value is (171,120,212). Sum of RGB (Red+Green+Blue) = 171+120+212=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB78D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78D4 is #54872B. Grayscale: #919191. Windows color (decimal): -5539628 or 13924523. OLE color: 13924523.

HSL color Cylindrical-coordinate representation of color #AB78D4: hue angle of 273.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB78D4 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB171120212-
CMYK0.190.4300.17
HSL273.26º51.69%65.1%-
HSV(B)273.26º43.4%83.14%-
XYZ35.3926.8465.6-
YUV145.74165.4146.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 120 (47.27% from 255) = 23.86%
BLUE value IS 212 (83.20% from 255) = 42.15%
R=34.00%
G=23.86%
B=42.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1711202120.190.4300.17273.2651.6965.1
HexAB78D4132B0111113441
Octal253170324235302142164101
Binary10101011111100011010100100111010110100011000100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78D4; }

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

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

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

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

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

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

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

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