Html Css Color HEX #AC0280 Eggplant

📋 copy color: '#AC0280'

red 172 ◦ green 2 ◦ blue 128

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

Shades of Eggplant #AC0280

Tints of Eggplant #AC0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 128 (50.39% from 255) = 42.38%

R = 56.95%
G = 0.66%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC0280 (or 0xAC0280) is known color: Eggplant. HEX triplet: AC, 02 and 80. RGB value is (172,2,128). Sum of RGB (Red+Green+Blue) = 172+2+128=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0280 is #53FD7F. Grayscale: #424242. Windows color (decimal): -5504384 or 8389292. OLE color: 8389292.

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

Color convert

RGB 172 2 128 -
CMYK 0 0.99 0.26 0.33
HSL 315.53º 0.98% 0.34% -
HSV(B) 315.53º 0.99% 0.67% -
XYZ 20.93 10.37 21.32 -
YUV 67.19 162.32 202.75 -
System Red Green Blue C M Y K H S L
Decimal 172 2 128 0 0.99 0.26 0.33 315.53 0.98 0.34
Hex AC 2 80 0 63 1A 21 13C 62 22
Octal 254 2 200 0 143 32 41 474 142 42
Binary 10101100 10 10000000 0 1100011 11010 100001 100111100 1100010 100010

Color Harmonies of #AC0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0280

Black with #AC0280

Text Example


Text Example

White with #AC0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0280; }

 p { color: rgb(172,2,128); }

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

background-color css

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

 a { background-color: rgb(172,2,128); }

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

border-color css

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

 span { border-color: rgb(172,2,128); }

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