Html Css Color HEX #AC016E Eggplant

📋 copy color: '#AC016E'

red 172 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #AC016E

Tints of Eggplant #AC016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 60.78%
G = 0.35%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC016E (or 0xAC016E) is known color: Eggplant. HEX triplet: AC, 01 and 6E. RGB value is (172,1,110). Sum of RGB (Red+Green+Blue) = 172+1+110=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC016E is #53FE91. Grayscale: #404040. Windows color (decimal): -5504658 or 7209388. OLE color: 7209388.

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

Color convert

RGB 172 1 110 -
CMYK 0 0.99 0.36 0.33
HSL 321.75º 0.99% 0.34% -
HSV(B) 321.75º 0.99% 0.67% -
XYZ 19.84 9.92 15.62 -
YUV 64.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 172 1 110 0 0.99 0.36 0.33 321.75 0.99 0.34
Hex AC 1 6E 0 63 24 21 142 63 22
Octal 254 1 156 0 143 44 41 502 143 42
Binary 10101100 1 1101110 0 1100011 100100 100001 101000010 1100011 100010

Color Harmonies of #AC016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC016E

Black with #AC016E

Text Example


Text Example

White with #AC016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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