Html Css Color HEX #AB0474 Eggplant

📋 copy color: '#AB0474'

red 171 ◦ green 4 ◦ blue 116

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

Shades of Eggplant #AB0474

Tints of Eggplant #AB0474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 58.76%
G = 1.37%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB0474 (or 0xAB0474) is known color: Eggplant. HEX triplet: AB, 04 and 74. RGB value is (171,4,116). Sum of RGB (Red+Green+Blue) = 171+4+116=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0474 is #54FB8B. Grayscale: #424242. Windows color (decimal): -5569420 or 7603371. OLE color: 7603371.

HSL color Cylindrical-coordinate representation of color #AB0474: hue angle of 319.76º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0474 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 116 -
CMYK 0 0.98 0.32 0.33
HSL 319.76º 0.95% 0.34% -
HSV(B) 319.76º 0.98% 0.67% -
XYZ 19.99 10.01 17.4 -
YUV 66.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 171 4 116 0 0.98 0.32 0.33 319.76 0.95 0.34
Hex AB 4 74 0 62 20 21 140 5F 22
Octal 253 4 164 0 142 40 41 500 137 42
Binary 10101011 100 1110100 0 1100010 100000 100001 101000000 1011111 100010

Color Harmonies of #AB0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0474

Black with #AB0474

Text Example


Text Example

White with #AB0474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0474; }

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

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

background-color css

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

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

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

border-color css

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

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

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