Html Css Color HEX #AC0375 Eggplant

📋 copy color: '#AC0375'

red 172 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #AC0375

Tints of Eggplant #AC0375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 58.9%
G = 1.03%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC0375 (or 0xAC0375) is known color: Eggplant. HEX triplet: AC, 03 and 75. RGB value is (172,3,117). Sum of RGB (Red+Green+Blue) = 172+3+117=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0375 is #53FC8A. Grayscale: #424242. Windows color (decimal): -5504139 or 7668652. OLE color: 7668652.

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

Color convert

RGB 172 3 117 -
CMYK 0 0.98 0.32 0.33
HSL 319.53º 0.97% 0.34% -
HSV(B) 319.53º 0.98% 0.67% -
XYZ 20.26 10.12 17.72 -
YUV 66.53 156.49 203.23 -
System Red Green Blue C M Y K H S L
Decimal 172 3 117 0 0.98 0.32 0.33 319.53 0.97 0.34
Hex AC 3 75 0 62 20 21 140 61 22
Octal 254 3 165 0 142 40 41 500 141 42
Binary 10101100 11 1110101 0 1100010 100000 100001 101000000 1100001 100010

Color Harmonies of #AC0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0375

Black with #AC0375

Text Example


Text Example

White with #AC0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0375; }

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

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

background-color css

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

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

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

border-color css

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

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

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