Html Css Color HEX #AB0075 Eggplant

📋 copy color: '#AB0075'

red 171 ◦ green 0 ◦ blue 117

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

Shades of Eggplant #AB0075

Tints of Eggplant #AB0075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.38%
G = 0%
B = 40.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB0075 (or 0xAB0075) is known color: Eggplant. HEX triplet: AB, 00 and 75. RGB value is (171,0,117). Sum of RGB (Red+Green+Blue) = 171+0+117=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0075 is #54FF8A. Grayscale: #404040. Windows color (decimal): -5570443 or 7667883. OLE color: 7667883.

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

Color convert

RGB 171 0 117 -
CMYK 0 1 0.32 0.33
HSL 318.95º 1% 0.34% -
HSV(B) 318.95º 1% 0.67% -
XYZ 20.01 9.94 17.69 -
YUV 64.47 157.65 203.99 -
System Red Green Blue C M Y K H S L
Decimal 171 0 117 0 1 0.32 0.33 318.95 1 0.34
Hex AB 0 75 0 64 20 21 13F 64 22
Octal 253 0 165 0 144 40 41 477 144 42
Binary 10101011 0 1110101 0 1100100 100000 100001 100111111 1100100 100010

Color Harmonies of #AB0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0075

Black with #AB0075

Text Example


Text Example

White with #AB0075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0075; }

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

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

background-color css

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

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

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

border-color css

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

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

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