Html Css Color HEX #AC0175 Eggplant

📋 copy color: '#AC0175'

red 172 ◦ green 1 ◦ blue 117

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

Shades of Eggplant #AC0175

Tints of Eggplant #AC0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 59.31%
G = 0.34%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC0175 (or 0xAC0175) is known color: Eggplant. HEX triplet: AC, 01 and 75. RGB value is (172,1,117). Sum of RGB (Red+Green+Blue) = 172+1+117=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0175 is #53FE8A. Grayscale: #414141. Windows color (decimal): -5504651 or 7668140. OLE color: 7668140.

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

Color convert

RGB 172 1 117 -
CMYK 0 0.99 0.32 0.33
HSL 319.3º 0.99% 0.34% -
HSV(B) 319.3º 0.99% 0.67% -
XYZ 20.24 10.08 17.71 -
YUV 65.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 172 1 117 0 0.99 0.32 0.33 319.3 0.99 0.34
Hex AC 1 75 0 63 20 21 13F 63 22
Octal 254 1 165 0 143 40 41 477 143 42
Binary 10101100 1 1110101 0 1100011 100000 100001 100111111 1100011 100010

Color Harmonies of #AC0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0175

Black with #AC0175

Text Example


Text Example

White with #AC0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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