#AF7FB2

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

Shades of London Hue #AF7FB2

Tints of London Hue #AF7FB2

Color information

#AF7FB2 (or 0xAF7FB2) is unknown color: approx London Hue. HEX triplet: AF, 7F and B2. RGB value is (175,127,178). Sum of RGB (Red+Green+Blue) = 175+127+178=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF7FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FB2 is #50804D. Grayscale: #939393. Windows color (decimal): -5275726 or 11698095. OLE color: 11698095.

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

Color convert

RGB175127178-
CMYK0.020.2900.30
HSL296.47º24.88%59.8%-
HSV(B)296.47º28.65%69.8%-
XYZ33.327.5145.67-
YUV147.17145.4147.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=36.46%
G=26.46%
B=37.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751271780.020.2900.30296.4724.8859.8
HexAF7FB221D01E128193c
Octal2571772622350364503174
Binary10101111111111110110010101110101111010010100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7FB2; }

 p { color: rgb(175,127,178); }

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

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

 a { background-color: rgb(175,127,178); }

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

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

 span { border-color: rgb(175,127,178); }

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