Html Css Color HEX #AD7AAC London Hue

📋 copy color: '#AD7AAC'

red 173 ◦ green 122 ◦ blue 172

#AD7AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #AD7AAC

Tints of London Hue #AD7AAC

RGB

 RED value IS 173 (67.97% from 255) = 37.04%

 GREEN value IS 122 (48.05% from 255) = 26.12%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 37.04%
G = 26.12%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD7AAC (or 0xAD7AAC) is known color: London Hue. HEX triplet: AD, 7A and AC. RGB value is (173,122,172). Sum of RGB (Red+Green+Blue) = 173+122+172=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAC is #528553. Grayscale: #8E8E8E. Windows color (decimal): -5408084 or 11303597. OLE color: 11303597.

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

Color convert

RGB 173 122 172 -
CMYK 0 0.29 0.01 0.32
HSL 301.18º 0.24% 0.58% -
HSV(B) 301.18º 0.29% 0.68% -
XYZ 31.64 25.78 42.34 -
YUV 142.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 173 122 172 0 0.29 0.01 0.32 301.18 0.24 0.58
Hex AD 7A AC 0 1D 1 20 12D 18 3A
Octal 255 172 254 0 35 1 40 455 30 72
Binary 10101101 1111010 10101100 0 11101 1 100000 100101101 11000 111010

Color Harmonies of #AD7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AAC

Black with #AD7AAC

Text Example


Text Example

White with #AD7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AAC; }

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

 H1.HeaderClassName
 {
   color: #AD7AAC;
 }
 .AnyTagClassName
 {
   color: #AD7AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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