#AF95A9

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

Shades of London Hue #AF95A9

Tints of London Hue #AF95A9

Color information

#AF95A9 (or 0xAF95A9) is unknown color: approx London Hue. HEX triplet: AF, 95 and A9. RGB value is (175,149,169). Sum of RGB (Red+Green+Blue) = 175+149+169=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF95A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF95A9 is #506A56. Grayscale: #9F9F9F. Windows color (decimal): -5270103 or 11113903. OLE color: 11113903.

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

Color convert

RGB175149169-
CMYK00.150.030.31
HSL313.85º13.98%63.53%-
HSV(B)313.85º14.86%68.63%-
XYZ35.5933.4742.12-
YUV159.05133.61139.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=35.50%
G=30.22%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514916900.150.030.31313.8513.9863.53
HexAF95A90F31F13ae40
Octal25722525101733747216100
Binary10101111100101011010100101111111111110011101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95A9; }

 p { color: rgb(175,149,169); }

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

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

 a { background-color: rgb(175,149,169); }

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

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

 span { border-color: rgb(175,149,169); }

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