#AF8FAA

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

Shades of London Hue #AF8FAA

Tints of London Hue #AF8FAA

Color information

#AF8FAA (or 0xAF8FAA) is unknown color: approx London Hue. HEX triplet: AF, 8F and AA. RGB value is (175,143,170). Sum of RGB (Red+Green+Blue) = 175+143+170=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FAA is #507055. Grayscale: #9B9B9B. Windows color (decimal): -5271638 or 11177903. OLE color: 11177903.

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

Color convert

RGB175143170-
CMYK00.180.030.31
HSL309.38º16.67%62.35%-
HSV(B)309.38º18.29%68.63%-
XYZ34.7631.6642.31-
YUV155.65136.1141.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=35.86%
G=29.30%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514317000.180.030.31309.3816.6762.35
HexAF8FAA01231F135113e
Octal2572172520223374652176
Binary101011111000111110101010010010111111110011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FAA; }

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

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

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

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

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

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

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

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