Html Css Color HEX #AB0676 Eggplant

📋 copy color: '#AB0676'

red 171 ◦ green 6 ◦ blue 118

#AB0676
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #AB0676

Tints of Eggplant #AB0676

RGB

 RED value IS 171 (67.19% from 255) = 57.97%

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 118 (46.48% from 255) = 40%

R = 57.97%
G = 2.03%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB0676 (or 0xAB0676) is known color: Eggplant. HEX triplet: AB, 06 and 76. RGB value is (171,6,118). Sum of RGB (Red+Green+Blue) = 171+6+118=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0676 is #54F989. Grayscale: #434343. Windows color (decimal): -5568906 or 7734955. OLE color: 7734955.

HSL color Cylindrical-coordinate representation of color #AB0676: hue angle of 319.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0676 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 6 118 -
CMYK 0 0.96 0.31 0.33
HSL 319.27º 0.93% 0.35% -
HSV(B) 319.27º 0.96% 0.67% -
XYZ 20.13 10.1 18.03 -
YUV 68.1 156.16 201.39 -
System Red Green Blue C M Y K H S L
Decimal 171 6 118 0 0.96 0.31 0.33 319.27 0.93 0.35
Hex AB 6 76 0 60 1F 21 13F 5D 23
Octal 253 6 166 0 140 37 41 477 135 43
Binary 10101011 110 1110110 0 1100000 11111 100001 100111111 1011101 100011

Color Harmonies of #AB0676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0676

Black with #AB0676

Text Example


Text Example

White with #AB0676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0676; }

 p { color: rgb(171,6,118); }

 H1.HeaderClassName
 {
   color: #AB0676;
 }
 .AnyTagClassName
 {
   color: #AB0676;
 }
</style>

background-color css

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

 a { background-color: rgb(171,6,118); }

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

border-color css

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

 span { border-color: rgb(171,6,118); }

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