Html Css Color HEX #AC087A Eggplant

📋 copy color: '#AC087A'

red 172 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #AC087A

Tints of Eggplant #AC087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.65%

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 56.95%
G = 2.65%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC087A (or 0xAC087A) is known color: Eggplant. HEX triplet: AC, 08 and 7A. RGB value is (172,8,122). Sum of RGB (Red+Green+Blue) = 172+8+122=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC087A is #53F785. Grayscale: #454545. Windows color (decimal): -5502854 or 7997612. OLE color: 7997612.

HSL color Cylindrical-coordinate representation of color #AC087A: hue angle of 318.29º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC087A is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 8 122 -
CMYK 0 0.95 0.29 0.33
HSL 318.29º 0.91% 0.35% -
HSV(B) 318.29º 0.95% 0.67% -
XYZ 20.61 10.35 19.32 -
YUV 70.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 172 8 122 0 0.95 0.29 0.33 318.29 0.91 0.35
Hex AC 8 7A 0 5F 1D 21 13E 5B 23
Octal 254 10 172 0 137 35 41 476 133 43
Binary 10101100 1000 1111010 0 1011111 11101 100001 100111110 1011011 100011

Color Harmonies of #AC087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC087A

Black with #AC087A

Text Example


Text Example

White with #AC087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC087A; }

 p { color: rgb(172,8,122); }

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

background-color css

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

 a { background-color: rgb(172,8,122); }

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

border-color css

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

 span { border-color: rgb(172,8,122); }

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