Html Css Color HEX #AC016D Eggplant

📋 copy color: '#AC016D'

red 172 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #AC016D

Tints of Eggplant #AC016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 60.99%
G = 0.35%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AC016D (or 0xAC016D) is known color: Eggplant. HEX triplet: AC, 01 and 6D. RGB value is (172,1,109). Sum of RGB (Red+Green+Blue) = 172+1+109=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC016D is #53FE92. Grayscale: #404040. Windows color (decimal): -5504659 or 7143852. OLE color: 7143852.

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

Color convert

RGB 172 1 109 -
CMYK 0 0.99 0.37 0.33
HSL 322.11º 0.99% 0.34% -
HSV(B) 322.11º 0.99% 0.67% -
XYZ 19.78 9.9 15.34 -
YUV 64.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 172 1 109 0 0.99 0.37 0.33 322.11 0.99 0.34
Hex AC 1 6D 0 63 25 21 142 63 22
Octal 254 1 155 0 143 45 41 502 143 42
Binary 10101100 1 1101101 0 1100011 100101 100001 101000010 1100011 100010

Color Harmonies of #AC016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC016D

Black with #AC016D

Text Example


Text Example

White with #AC016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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