Html Css Color HEX #AC067E Eggplant

📋 copy color: '#AC067E'

red 172 ◦ green 6 ◦ blue 126

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

Shades of Eggplant #AC067E

Tints of Eggplant #AC067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.97%

 BLUE value IS 126 (49.61% from 255) = 41.45%

R = 56.58%
G = 1.97%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC067E (or 0xAC067E) is known color: Eggplant. HEX triplet: AC, 06 and 7E. RGB value is (172,6,126). Sum of RGB (Red+Green+Blue) = 172+6+126=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC067E is #53F981. Grayscale: #454545. Windows color (decimal): -5503362 or 8259244. OLE color: 8259244.

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

Color convert

RGB 172 6 126 -
CMYK 0 0.97 0.27 0.33
HSL 316.63º 0.93% 0.35% -
HSV(B) 316.63º 0.97% 0.67% -
XYZ 20.84 10.41 20.65 -
YUV 69.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 172 6 126 0 0.97 0.27 0.33 316.63 0.93 0.35
Hex AC 6 7E 0 61 1B 21 13D 5D 23
Octal 254 6 176 0 141 33 41 475 135 43
Binary 10101100 110 1111110 0 1100001 11011 100001 100111101 1011101 100011

Color Harmonies of #AC067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC067E

Black with #AC067E

Text Example


Text Example

White with #AC067E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC067E; }

 p { color: rgb(172,6,126); }

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

background-color css

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

 a { background-color: rgb(172,6,126); }

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

border-color css

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

 span { border-color: rgb(172,6,126); }

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