Html Css Color HEX #AC087D Eggplant

📋 copy color: '#AC087D'

red 172 ◦ green 8 ◦ blue 125

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

Shades of Eggplant #AC087D

Tints of Eggplant #AC087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 56.39%
G = 2.62%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC087D (or 0xAC087D) is known color: Eggplant. HEX triplet: AC, 08 and 7D. RGB value is (172,8,125). Sum of RGB (Red+Green+Blue) = 172+8+125=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC087D is #53F782. Grayscale: #464646. Windows color (decimal): -5502851 or 8194220. OLE color: 8194220.

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

Color convert

RGB 172 8 125 -
CMYK 0 0.95 0.27 0.33
HSL 317.2º 0.91% 0.35% -
HSV(B) 317.2º 0.95% 0.67% -
XYZ 20.8 10.42 20.32 -
YUV 70.37 158.83 200.49 -
System Red Green Blue C M Y K H S L
Decimal 172 8 125 0 0.95 0.27 0.33 317.2 0.91 0.35
Hex AC 8 7D 0 5F 1B 21 13D 5B 23
Octal 254 10 175 0 137 33 41 475 133 43
Binary 10101100 1000 1111101 0 1011111 11011 100001 100111101 1011011 100011

Color Harmonies of #AC087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC087D

Black with #AC087D

Text Example


Text Example

White with #AC087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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