#AB77DC

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

Shades of Amethyst #AB77DC

Tints of Amethyst #AB77DC

Color information

#AB77DC (or 0xAB77DC) is unknown color: approx Amethyst. HEX triplet: AB, 77 and DC. RGB value is (171,119,220). Sum of RGB (Red+Green+Blue) = 171+119+220=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77DC is #548823. Grayscale: #919191. Windows color (decimal): -5539876 or 14448555. OLE color: 14448555.

HSL color Cylindrical-coordinate representation of color #AB77DC: hue angle of 270.89º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB77DC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171119220-
CMYK0.220.4600.14
HSL270.89º59.06%66.47%-
HSV(B)270.89º45.91%86.27%-
XYZ36.3127.0271.01-
YUV146.06169.73145.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=33.53%
G=23.33%
B=43.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711192200.220.4600.14270.8959.0666.47
HexAB77DC162E0E10f3b42
Octal253167334265601641773102
Binary1010101111101111101110010110101110011101000011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB77DC; }

 p { color: rgb(171,119,220); }

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

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

 a { background-color: rgb(171,119,220); }

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

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

 span { border-color: rgb(171,119,220); }

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