#AF8AAA

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

Shades of London Hue #AF8AAA

Tints of London Hue #AF8AAA

Color information

#AF8AAA (or 0xAF8AAA) is unknown color: approx London Hue. HEX triplet: AF, 8A and AA. RGB value is (175,138,170). Sum of RGB (Red+Green+Blue) = 175+138+170=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAA is #507555. Grayscale: #989898. Windows color (decimal): -5272918 or 11176623. OLE color: 11176623.

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

Color convert

RGB175138170-
CMYK00.210.030.31
HSL308.11º18.78%61.37%-
HSV(B)308.11º21.14%68.63%-
XYZ34.0230.1942.06-
YUV152.71137.76143.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=36.23%
G=28.57%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513817000.210.030.31308.1118.7861.37
HexAF8AAA01531F134133d
Octal2572122520253374642375
Binary101011111000101010101010010101111111110011010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AAA; }

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

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

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

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

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

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

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

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