#AC7EAF

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

Shades of London Hue #AC7EAF

Tints of London Hue #AC7EAF

Color information

#AC7EAF (or 0xAC7EAF) is unknown color: approx London Hue. HEX triplet: AC, 7E and AF. RGB value is (172,126,175). Sum of RGB (Red+Green+Blue) = 172+126+175=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7EAF is #538150. Grayscale: #919191. Windows color (decimal): -5472593 or 11501228. OLE color: 11501228.

HSL color Cylindrical-coordinate representation of color #AC7EAF: hue angle of 296.33º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7EAF is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172126175-
CMYK0.020.2800.31
HSL296.33º23.44%59.02%-
HSV(B)296.33º28%68.63%-
XYZ32.2126.7944.03-
YUV145.34144.74147.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 126 (49.61% from 255) = 26.64%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=36.36%
G=26.64%
B=37.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721261750.020.2800.31296.3323.4459.02
HexAC7EAF21C01F128173b
Octal2541762572340374502773
Binary10101100111111010101111101110001111110010100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EAF; }

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

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

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

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

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

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

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

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