Html Css Color HEX #AC0D7A Eggplant

📋 copy color: '#AC0D7A'

red 172 ◦ green 13 ◦ blue 122

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

Shades of Eggplant #AC0D7A

Tints of Eggplant #AC0D7A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

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

R = 56.03%
G = 4.23%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC0D7A (or 0xAC0D7A) is known color: Eggplant. HEX triplet: AC, 0D and 7A. RGB value is (172,13,122). Sum of RGB (Red+Green+Blue) = 172+13+122=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0D7A is #53F285. Grayscale: #484848. Windows color (decimal): -5501574 or 7998892. OLE color: 7998892.

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

Color convert

RGB 172 13 122 -
CMYK 0 0.92 0.29 0.33
HSL 318.87º 0.86% 0.36% -
HSV(B) 318.87º 0.92% 0.67% -
XYZ 20.67 10.46 19.34 -
YUV 72.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 172 13 122 0 0.92 0.29 0.33 318.87 0.86 0.36
Hex AC D 7A 0 5C 1D 21 13F 56 24
Octal 254 15 172 0 134 35 41 477 126 44
Binary 10101100 1101 1111010 0 1011100 11101 100001 100111111 1010110 100100

Color Harmonies of #AC0D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D7A

Black with #AC0D7A

Text Example


Text Example

White with #AC0D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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