#AD7FB2

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

Shades of London Hue #AD7FB2

Tints of London Hue #AD7FB2

Color information

#AD7FB2 (or 0xAD7FB2) is unknown color: approx London Hue. HEX triplet: AD, 7F and B2. RGB value is (173,127,178). Sum of RGB (Red+Green+Blue) = 173+127+178=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD7FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FB2 is #52804D. Grayscale: #929292. Windows color (decimal): -5406798 or 11698093. OLE color: 11698093.

HSL color Cylindrical-coordinate representation of color #AD7FB2: hue angle of 294.12º 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 #AD7FB2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173127178-
CMYK0.030.2900.30
HSL294.12º24.88%59.8%-
HSV(B)294.12º28.65%69.8%-
XYZ32.8627.2845.65-
YUV146.57145.74146.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=36.19%
G=26.57%
B=37.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731271780.030.2900.30294.1224.8859.8
HexAD7FB231D01E126193c
Octal2551772623350364463174
Binary10101101111111110110010111110101111010010011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7FB2; }

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

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

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

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

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

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

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

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