Html Css Color HEX #AB0674 Eggplant

📋 copy color: '#AB0674'

red 171 ◦ green 6 ◦ blue 116

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

Shades of Eggplant #AB0674

Tints of Eggplant #AB0674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 58.36%
G = 2.05%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB0674 (or 0xAB0674) is known color: Eggplant. HEX triplet: AB, 06 and 74. RGB value is (171,6,116). Sum of RGB (Red+Green+Blue) = 171+6+116=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0674 is #54F98B. Grayscale: #434343. Windows color (decimal): -5568908 or 7603883. OLE color: 7603883.

HSL color Cylindrical-coordinate representation of color #AB0674: hue angle of 320º 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 #AB0674 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 6 116 -
CMYK 0 0.96 0.32 0.33
HSL 320º 0.93% 0.35% -
HSV(B) 320º 0.96% 0.67% -
XYZ 20.01 10.05 17.41 -
YUV 67.88 155.16 201.56 -
System Red Green Blue C M Y K H S L
Decimal 171 6 116 0 0.96 0.32 0.33 320 0.93 0.35
Hex AB 6 74 0 60 20 21 140 5D 23
Octal 253 6 164 0 140 40 41 500 135 43
Binary 10101011 110 1110100 0 1100000 100000 100001 101000000 1011101 100011

Color Harmonies of #AB0674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0674

Black with #AB0674

Text Example


Text Example

White with #AB0674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0674; }

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

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

background-color css

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

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

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

border-color css

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

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

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