#AF93AE

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

Shades of London Hue #AF93AE

Tints of London Hue #AF93AE

Color information

#AF93AE (or 0xAF93AE) is unknown color: approx London Hue. HEX triplet: AF, 93 and AE. RGB value is (175,147,174). Sum of RGB (Red+Green+Blue) = 175+147+174=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93AE is #506C51. Grayscale: #9E9E9E. Windows color (decimal): -5270610 or 11441071. OLE color: 11441071.

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

Color convert

RGB175147174-
CMYK00.160.010.31
HSL302.14º14.89%63.14%-
HSV(B)302.14º16%68.63%-
XYZ35.7533.0444.54-
YUV158.45136.78139.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 147 (57.81% from 255) = 29.64%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=35.28%
G=29.64%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514717400.160.010.31302.1414.8963.14
HexAF93AE01011F12ef3f
Octal2572232560201374561777
Binary1010111110010011101011100100001111111001011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93AE; }

 p { color: rgb(175,147,174); }

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

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

 a { background-color: rgb(175,147,174); }

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

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

 span { border-color: rgb(175,147,174); }

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