#AC7DAF

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

Shades of London Hue #AC7DAF

Tints of London Hue #AC7DAF

Color information

#AC7DAF (or 0xAC7DAF) is unknown color: approx London Hue. HEX triplet: AC, 7D and AF. RGB value is (172,125,175). Sum of RGB (Red+Green+Blue) = 172+125+175=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DAF is #538250. Grayscale: #909090. Windows color (decimal): -5472849 or 11500972. OLE color: 11500972.

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

Color convert

RGB172125175-
CMYK0.020.2900.31
HSL296.4º23.81%58.82%-
HSV(B)296.4º28.57%68.63%-
XYZ32.0826.5343.99-
YUV144.75145.07147.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=36.44%
G=26.48%
B=37.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721251750.020.2900.31296.423.8158.82
HexAC7DAF21D01F128183b
Octal2541752572350374503073
Binary10101100111110110101111101110101111110010100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7DAF; }

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

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

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

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

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

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

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

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