#AC7FAF

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

Shades of London Hue #AC7FAF

Tints of London Hue #AC7FAF

Color information

#AC7FAF (or 0xAC7FAF) is unknown color: approx London Hue. HEX triplet: AC, 7F and AF. RGB value is (172,127,175). Sum of RGB (Red+Green+Blue) = 172+127+175=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7FAF is #538050. Grayscale: #919191. Windows color (decimal): -5472337 or 11501484. OLE color: 11501484.

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

Color convert

RGB172127175-
CMYK0.020.2700.31
HSL296.25º23.08%59.22%-
HSV(B)296.25º27.43%68.63%-
XYZ32.3427.0444.07-
YUV145.93144.41146.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=36.29%
G=26.79%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721271750.020.2700.31296.2523.0859.22
HexAC7FAF21B01F128173b
Octal2541772572330374502773
Binary10101100111111110101111101101101111110010100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FAF; }

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

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

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

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

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

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

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

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