Html Css Color HEX #AC0875 Eggplant

📋 copy color: '#AC0875'

red 172 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #AC0875

Tints of Eggplant #AC0875

RGB

 RED value IS 172 (67.58% from 255) = 57.91%

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

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

R = 57.91%
G = 2.69%
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

#AC0875 (or 0xAC0875) is known color: Eggplant. HEX triplet: AC, 08 and 75. RGB value is (172,8,117). Sum of RGB (Red+Green+Blue) = 172+8+117=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0875 is #53F78A. Grayscale: #454545. Windows color (decimal): -5502859 or 7669932. OLE color: 7669932.

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

Color convert

RGB 172 8 117 -
CMYK 0 0.95 0.32 0.33
HSL 320.12º 0.91% 0.35% -
HSV(B) 320.12º 0.95% 0.67% -
XYZ 20.31 10.23 17.73 -
YUV 69.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 172 8 117 0 0.95 0.32 0.33 320.12 0.91 0.35
Hex AC 8 75 0 5F 20 21 140 5B 23
Octal 254 10 165 0 137 40 41 500 133 43
Binary 10101100 1000 1110101 0 1011111 100000 100001 101000000 1011011 100011

Color Harmonies of #AC0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0875

Black with #AC0875

Text Example


Text Example

White with #AC0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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