Html Css Color HEX #AC067F Eggplant

📋 copy color: '#AC067F'

red 172 ◦ green 6 ◦ blue 127

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

Shades of Eggplant #AC067F

Tints of Eggplant #AC067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 56.39%
G = 1.97%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC067F (or 0xAC067F) is known color: Eggplant. HEX triplet: AC, 06 and 7F. RGB value is (172,6,127). Sum of RGB (Red+Green+Blue) = 172+6+127=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC067F is #53F980. Grayscale: #454545. Windows color (decimal): -5503361 or 8324780. OLE color: 8324780.

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

Color convert

RGB 172 6 127 -
CMYK 0 0.97 0.26 0.33
HSL 316.27º 0.93% 0.35% -
HSV(B) 316.27º 0.97% 0.67% -
XYZ 20.91 10.43 20.99 -
YUV 69.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 172 6 127 0 0.97 0.26 0.33 316.27 0.93 0.35
Hex AC 6 7F 0 61 1A 21 13C 5D 23
Octal 254 6 177 0 141 32 41 474 135 43
Binary 10101100 110 1111111 0 1100001 11010 100001 100111100 1011101 100011

Color Harmonies of #AC067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC067F

Black with #AC067F

Text Example


Text Example

White with #AC067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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