#AD7DAC

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

Shades of London Hue #AD7DAC

Tints of London Hue #AD7DAC

Color information

#AD7DAC (or 0xAD7DAC) is unknown color: approx London Hue. HEX triplet: AD, 7D and AC. RGB value is (173,125,172). Sum of RGB (Red+Green+Blue) = 173+125+172=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DAC is #528253. Grayscale: #909090. Windows color (decimal): -5407316 or 11304365. OLE color: 11304365.

HSL color Cylindrical-coordinate representation of color #AD7DAC: hue angle of 301.25º 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 #AD7DAC is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173125172-
CMYK00.280.010.32
HSL301.25º22.64%58.43%-
HSV(B)301.25º27.75%67.84%-
XYZ32.0126.5342.46-
YUV144.71143.4148.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 172 (67.58% from 255) = 36.60%
R=36.81%
G=26.60%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312517200.280.010.32301.2522.6458.43
HexAD7DAC01C12012d173a
Octal2551752540341404552772
Binary10101101111110110101100011100110000010010110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DAC; }

 p { color: rgb(173,125,172); }

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

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

 a { background-color: rgb(173,125,172); }

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

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

 span { border-color: rgb(173,125,172); }

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