#AF7BB0

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

Shades of London Hue #AF7BB0

Tints of London Hue #AF7BB0

Color information

#AF7BB0 (or 0xAF7BB0) is unknown color: approx London Hue. HEX triplet: AF, 7B and B0. RGB value is (175,123,176). Sum of RGB (Red+Green+Blue) = 175+123+176=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF7BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BB0 is #50844F. Grayscale: #909090. Windows color (decimal): -5276752 or 11565999. OLE color: 11565999.

HSL color Cylindrical-coordinate representation of color #AF7BB0: hue angle of 298.87º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7BB0 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175123176-
CMYK0.010.3000.31
HSL298.87º25.12%58.63%-
HSV(B)298.87º30.11%69.02%-
XYZ32.626.4144.45-
YUV144.59145.73149.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 123 (48.44% from 255) = 25.95%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=36.92%
G=25.95%
B=37.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751231760.010.3000.31298.8725.1258.63
HexAF7BB011E01F12b193b
Octal2571732601360374533173
Binary1010111111110111011000011111001111110010101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7BB0; }

 p { color: rgb(175,123,176); }

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

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

 a { background-color: rgb(175,123,176); }

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

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

 span { border-color: rgb(175,123,176); }

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