#AF8BB3

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

Shades of London Hue #AF8BB3

Tints of London Hue #AF8BB3

Color information

#AF8BB3 (or 0xAF8BB3) is unknown color: approx London Hue. HEX triplet: AF, 8B and B3. RGB value is (175,139,179). Sum of RGB (Red+Green+Blue) = 175+139+179=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF8BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8BB3 is #50744C. Grayscale: #9A9A9A. Windows color (decimal): -5272653 or 11766703. OLE color: 11766703.

HSL color Cylindrical-coordinate representation of color #AF8BB3: hue angle of 294º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF8BB3 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175139179-
CMYK0.020.2200.30
HSL294º20.83%62.35%-
HSV(B)294º22.35%70.2%-
XYZ35.0530.8346.75-
YUV154.32141.93142.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=35.50%
G=28.19%
B=36.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751391790.020.2200.3029420.8362.35
HexAF8BB321601E126153e
Octal2572132632260364462576
Binary101011111000101110110011101011001111010010011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8BB3; }

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

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

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

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

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

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

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

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