Html Css Color HEX #AB0975 Eggplant

📋 copy color: '#AB0975'

red 171 ◦ green 9 ◦ blue 117

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

Shades of Eggplant #AB0975

Tints of Eggplant #AB0975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

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

R = 57.58%
G = 3.03%
B = 39.39%

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

#AB0975 (or 0xAB0975) is known color: Eggplant. HEX triplet: AB, 09 and 75. RGB value is (171,9,117). Sum of RGB (Red+Green+Blue) = 171+9+117=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0975 is #54F68A. Grayscale: #454545. Windows color (decimal): -5568139 or 7670187. OLE color: 7670187.

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

Color convert

RGB 171 9 117 -
CMYK 0 0.95 0.32 0.33
HSL 320º 0.9% 0.35% -
HSV(B) 320º 0.95% 0.67% -
XYZ 20.1 10.14 17.73 -
YUV 69.75 154.67 200.22 -
System Red Green Blue C M Y K H S L
Decimal 171 9 117 0 0.95 0.32 0.33 320 0.9 0.35
Hex AB 9 75 0 5F 20 21 140 5A 23
Octal 253 11 165 0 137 40 41 500 132 43
Binary 10101011 1001 1110101 0 1011111 100000 100001 101000000 1011010 100011

Color Harmonies of #AB0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0975

Black with #AB0975

Text Example


Text Example

White with #AB0975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0975; }

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

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

background-color css

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

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

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

border-color css

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

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

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