Html Css Color HEX #AC0475 Eggplant

📋 copy color: '#AC0475'

red 172 ◦ green 4 ◦ blue 117

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

Shades of Eggplant #AC0475

Tints of Eggplant #AC0475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 58.7%
G = 1.37%
B = 39.93%

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

#AC0475 (or 0xAC0475) is known color: Eggplant. HEX triplet: AC, 04 and 75. RGB value is (172,4,117). Sum of RGB (Red+Green+Blue) = 172+4+117=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0475 is #53FB8A. Grayscale: #424242. Windows color (decimal): -5503883 or 7668908. OLE color: 7668908.

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

Color convert

RGB 172 4 117 -
CMYK 0 0.98 0.32 0.33
HSL 319.64º 0.95% 0.35% -
HSV(B) 319.64º 0.98% 0.67% -
XYZ 20.27 10.14 17.72 -
YUV 67.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 172 4 117 0 0.98 0.32 0.33 319.64 0.95 0.35
Hex AC 4 75 0 62 20 21 140 5F 23
Octal 254 4 165 0 142 40 41 500 137 43
Binary 10101100 100 1110101 0 1100010 100000 100001 101000000 1011111 100011

Color Harmonies of #AC0475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0475

Black with #AC0475

Text Example


Text Example

White with #AC0475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0475; }

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

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

background-color css

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

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

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

border-color css

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

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

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