Html Css Color HEX #AC036F Eggplant

📋 copy color: '#AC036F'

red 172 ◦ green 3 ◦ blue 111

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

Shades of Eggplant #AC036F

Tints of Eggplant #AC036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 60.14%
G = 1.05%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC036F (or 0xAC036F) is known color: Eggplant. HEX triplet: AC, 03 and 6F. RGB value is (172,3,111). Sum of RGB (Red+Green+Blue) = 172+3+111=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC036F is #53FC90. Grayscale: #414141. Windows color (decimal): -5504145 or 7275436. OLE color: 7275436.

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

Color convert

RGB 172 3 111 -
CMYK 0 0.98 0.35 0.33
HSL 321.66º 0.97% 0.34% -
HSV(B) 321.66º 0.98% 0.67% -
XYZ 19.92 9.98 15.92 -
YUV 65.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 172 3 111 0 0.98 0.35 0.33 321.66 0.97 0.34
Hex AC 3 6F 0 62 23 21 142 61 22
Octal 254 3 157 0 142 43 41 502 141 42
Binary 10101100 11 1101111 0 1100010 100011 100001 101000010 1100001 100010

Color Harmonies of #AC036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC036F

Black with #AC036F

Text Example


Text Example

White with #AC036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC036F; }

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

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

background-color css

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

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

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

border-color css

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

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

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