#AF95AA

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

Shades of London Hue #AF95AA

Tints of London Hue #AF95AA

Color information

#AF95AA (or 0xAF95AA) is unknown color: approx London Hue. HEX triplet: AF, 95 and AA. RGB value is (175,149,170). Sum of RGB (Red+Green+Blue) = 175+149+170=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AF95AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF95AA is #506A55. Grayscale: #9F9F9F. Windows color (decimal): -5270102 or 11179439. OLE color: 11179439.

HSL color Cylindrical-coordinate representation of color #AF95AA: hue angle of 311.54º 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 #AF95AA is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB175149170-
CMYK00.150.030.31
HSL311.54º13.98%63.53%-
HSV(B)311.54º14.86%68.63%-
XYZ35.6833.5142.62-
YUV159.17134.11139.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=35.43%
G=30.16%
B=34.41%

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
Decimal17514917000.150.030.31311.5413.9863.53
HexAF95AA0F31F138e40
Octal25722525201733747016100
Binary10101111100101011010101001111111111110011100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95AA; }

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

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

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

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

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

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

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

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