#AF8BAA

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

Shades of London Hue #AF8BAA

Tints of London Hue #AF8BAA

Color information

#AF8BAA (or 0xAF8BAA) is unknown color: approx London Hue. HEX triplet: AF, 8B and AA. RGB value is (175,139,170). Sum of RGB (Red+Green+Blue) = 175+139+170=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8BAA is #507455. Grayscale: #999999. Windows color (decimal): -5272662 or 11176879. OLE color: 11176879.

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

Color convert

RGB175139170-
CMYK00.210.030.31
HSL308.33º18.37%61.57%-
HSV(B)308.33º20.57%68.63%-
XYZ34.1730.4842.11-
YUV153.3137.43143.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=36.16%
G=28.72%
B=35.12%

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
Decimal17513917000.210.030.31308.3318.3761.57
HexAF8BAA01531F134123e
Octal2572132520253374642276
Binary101011111000101110101010010101111111110011010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BAA; }

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

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

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

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

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

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

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

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