Html Css Color HEX #AB0875 Eggplant

📋 copy color: '#AB0875'

red 171 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #AB0875

Tints of Eggplant #AB0875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 57.77%
G = 2.7%
B = 39.53%

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

#AB0875 (or 0xAB0875) is known color: Eggplant. HEX triplet: AB, 08 and 75. RGB value is (171,8,117). Sum of RGB (Red+Green+Blue) = 171+8+117=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0875 is #54F78A. Grayscale: #444444. Windows color (decimal): -5568395 or 7669931. OLE color: 7669931.

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

Color convert

RGB 171 8 117 -
CMYK 0 0.95 0.32 0.33
HSL 319.88º 0.91% 0.35% -
HSV(B) 319.88º 0.95% 0.67% -
XYZ 20.09 10.12 17.72 -
YUV 69.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 171 8 117 0 0.95 0.32 0.33 319.88 0.91 0.35
Hex AB 8 75 0 5F 20 21 140 5B 23
Octal 253 10 165 0 137 40 41 500 133 43
Binary 10101011 1000 1110101 0 1011111 100000 100001 101000000 1011011 100011

Color Harmonies of #AB0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0875

Black with #AB0875

Text Example


Text Example

White with #AB0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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