#AD7BAA

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

Shades of London Hue #AD7BAA

Tints of London Hue #AD7BAA

Color information

#AD7BAA (or 0xAD7BAA) is unknown color: approx London Hue. HEX triplet: AD, 7B and AA. RGB value is (173,123,170). Sum of RGB (Red+Green+Blue) = 173+123+170=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BAA is #528455. Grayscale: #8F8F8F. Windows color (decimal): -5407830 or 11172781. OLE color: 11172781.

HSL color Cylindrical-coordinate representation of color #AD7BAA: hue angle of 303.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7BAA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173123170-
CMYK00.290.020.32
HSL303.6º23.36%58.04%-
HSV(B)303.6º28.9%67.84%-
XYZ31.5725.9541.38-
YUV143.31143.06149.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=37.12%
G=26.39%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312317000.290.020.32303.623.3658.04
HexAD7BAA01D220130173a
Octal2551732520352404602772
Binary101011011111011101010100111011010000010011000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BAA; }

 p { color: rgb(173,123,170); }

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

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

 a { background-color: rgb(173,123,170); }

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

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

 span { border-color: rgb(173,123,170); }

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