#AD7CA7

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

Shades of London Hue #AD7CA7

Tints of London Hue #AD7CA7

Color information

#AD7CA7 (or 0xAD7CA7) is unknown color: approx London Hue. HEX triplet: AD, 7C and A7. RGB value is (173,124,167). Sum of RGB (Red+Green+Blue) = 173+124+167=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CA7 is #528358. Grayscale: #8F8F8F. Windows color (decimal): -5407577 or 10976429. OLE color: 10976429.

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

Color convert

RGB173124167-
CMYK00.280.030.32
HSL307.35º23%58.24%-
HSV(B)307.35º28.32%67.84%-
XYZ31.4226.0939.94-
YUV143.55141.23149-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 167 (65.62% from 255) = 35.99%
R=37.28%
G=26.72%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312416700.280.030.32307.352358.24
HexAD7CA701C320133173a
Octal2551742470343404632772
Binary101011011111100101001110111001110000010011001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CA7; }

 p { color: rgb(173,124,167); }

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

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

 a { background-color: rgb(173,124,167); }

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

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

 span { border-color: rgb(173,124,167); }

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