#AC7EAD

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

Shades of London Hue #AC7EAD

Tints of London Hue #AC7EAD

Color information

#AC7EAD (or 0xAC7EAD) is unknown color: approx London Hue. HEX triplet: AC, 7E and AD. RGB value is (172,126,173). Sum of RGB (Red+Green+Blue) = 172+126+173=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC7EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7EAD is #538152. Grayscale: #909090. Windows color (decimal): -5472595 or 11370156. OLE color: 11370156.

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

Color convert

RGB172126173-
CMYK0.010.2700.32
HSL298.72º22.27%58.63%-
HSV(B)298.72º27.17%67.84%-
XYZ32.0226.7143-
YUV145.11143.74147.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=36.52%
G=26.75%
B=36.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721261730.010.2700.32298.7222.2758.63
HexAC7EAD11B02012b163b
Octal2541762551330404532673
Binary10101100111111010101101111011010000010010101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EAD; }

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

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

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

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

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

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

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

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