#AC7EAA

Color #AC7EAA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AC7EAA

Tints of London Hue #AC7EAA

Color information

#AC7EAA (or 0xAC7EAA) is unknown color: approx London Hue. HEX triplet: AC, 7E and AA. RGB value is (172,126,170). Sum of RGB (Red+Green+Blue) = 172+126+170=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7EAA is #538155. Grayscale: #909090. Windows color (decimal): -5472598 or 11173548. OLE color: 11173548.

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

Color convert

RGB172126170-
CMYK00.270.010.33
HSL302.61º21.7%58.43%-
HSV(B)302.61º26.74%67.45%-
XYZ31.7326.5941.49-
YUV144.77142.24147.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.75%
GREEN value IS 126 (49.61% from 255) = 26.92%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=36.75%
G=26.92%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212617000.270.010.33302.6121.758.43
HexAC7EAA01B12112f163a
Octal2541762520331414572672
Binary10101100111111010101010011011110000110010111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EAA; }

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

 H1.HeaderClassName
 {
   color: #AC7EAA;
 }
 .AnyTagClassName
 {
   color: #AC7EAA;
 }
</style>
background-color css

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

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

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

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

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

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