#AF8CAA

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

Shades of London Hue #AF8CAA

Tints of London Hue #AF8CAA

Color information

#AF8CAA (or 0xAF8CAA) is unknown color: approx London Hue. HEX triplet: AF, 8C and AA. RGB value is (175,140,170). Sum of RGB (Red+Green+Blue) = 175+140+170=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CAA is #507355. Grayscale: #999999. Windows color (decimal): -5272406 or 11177135. OLE color: 11177135.

HSL color Cylindrical-coordinate representation of color #AF8CAA: hue angle of 308.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8CAA is Cyan = 0, Magento = 0.2, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175140170-
CMYK00.20.030.31
HSL308.57º17.95%61.76%-
HSV(B)308.57º20%68.63%-
XYZ34.3130.7742.16-
YUV153.88137.1143.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=36.08%
G=28.87%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514017000.20.030.31308.5717.9561.76
HexAF8CAA01431F135123e
Octal2572142520243374652276
Binary101011111000110010101010010100111111110011010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CAA; }

 p { color: rgb(175,140,170); }

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

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

 a { background-color: rgb(175,140,170); }

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

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

 span { border-color: rgb(175,140,170); }

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