Html Css Color HEX #AC0774 Eggplant

📋 copy color: '#AC0774'

red 172 ◦ green 7 ◦ blue 116

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

Shades of Eggplant #AC0774

Tints of Eggplant #AC0774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 58.31%
G = 2.37%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC0774 (or 0xAC0774) is known color: Eggplant. HEX triplet: AC, 07 and 74. RGB value is (172,7,116). Sum of RGB (Red+Green+Blue) = 172+7+116=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0774 is #53F88B. Grayscale: #444444. Windows color (decimal): -5503116 or 7604140. OLE color: 7604140.

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

Color convert

RGB 172 7 116 -
CMYK 0 0.96 0.33 0.33
HSL 320.36º 0.92% 0.35% -
HSV(B) 320.36º 0.96% 0.67% -
XYZ 20.24 10.18 17.42 -
YUV 68.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 172 7 116 0 0.96 0.33 0.33 320.36 0.92 0.35
Hex AC 7 74 0 60 21 21 140 5C 23
Octal 254 7 164 0 140 41 41 500 134 43
Binary 10101100 111 1110100 0 1100000 100001 100001 101000000 1011100 100011

Color Harmonies of #AC0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0774

Black with #AC0774

Text Example


Text Example

White with #AC0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0774; }

 p { color: rgb(172,7,116); }

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

background-color css

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

 a { background-color: rgb(172,7,116); }

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

border-color css

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

 span { border-color: rgb(172,7,116); }

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