#AF93AA

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

Shades of London Hue #AF93AA

Tints of London Hue #AF93AA

Color information

#AF93AA (or 0xAF93AA) is unknown color: approx London Hue. HEX triplet: AF, 93 and AA. RGB value is (175,147,170). Sum of RGB (Red+Green+Blue) = 175+147+170=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93AA is #506C55. Grayscale: #9D9D9D. Windows color (decimal): -5270614 or 11178927. OLE color: 11178927.

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

Color convert

RGB175147170-
CMYK00.160.030.31
HSL310.71º14.89%63.14%-
HSV(B)310.71º16%68.63%-
XYZ35.3732.8842.51-
YUV157.99134.78140.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=35.57%
G=29.88%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514717000.160.030.31310.7114.8963.14
HexAF93AA01031F137f3f
Octal2572232520203374671777
Binary10101111100100111010101001000011111111001101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93AA; }

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

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

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

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

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

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

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

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