Html Css Color HEX #AB0874 Eggplant

📋 copy color: '#AB0874'

red 171 ◦ green 8 ◦ blue 116

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

Shades of Eggplant #AB0874

Tints of Eggplant #AB0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.71%

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

R = 57.97%
G = 2.71%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB0874 (or 0xAB0874) is known color: Eggplant. HEX triplet: AB, 08 and 74. RGB value is (171,8,116). Sum of RGB (Red+Green+Blue) = 171+8+116=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0874 is #54F78B. Grayscale: #444444. Windows color (decimal): -5568396 or 7604395. OLE color: 7604395.

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

Color convert

RGB 171 8 116 -
CMYK 0 0.95 0.32 0.33
HSL 320.25º 0.91% 0.35% -
HSV(B) 320.25º 0.95% 0.67% -
XYZ 20.03 10.09 17.42 -
YUV 69.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 171 8 116 0 0.95 0.32 0.33 320.25 0.91 0.35
Hex AB 8 74 0 5F 20 21 140 5B 23
Octal 253 10 164 0 137 40 41 500 133 43
Binary 10101011 1000 1110100 0 1011111 100000 100001 101000000 1011011 100011

Color Harmonies of #AB0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0874

Black with #AB0874

Text Example


Text Example

White with #AB0874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0874; }

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

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

background-color css

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

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

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

border-color css

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

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

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