Html Css Color HEX #AD7AAE London Hue

📋 copy color: '#AD7AAE'

red 173 ◦ green 122 ◦ blue 174

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

Shades of London Hue #AD7AAE

Tints of London Hue #AD7AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 36.89%
G = 26.01%
B = 37.1%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD7AAE (or 0xAD7AAE) is known color: London Hue. HEX triplet: AD, 7A and AE. RGB value is (173,122,174). Sum of RGB (Red+Green+Blue) = 173+122+174=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAE is #528551. Grayscale: #8F8F8F. Windows color (decimal): -5408082 or 11434669. OLE color: 11434669.

HSL color Cylindrical-coordinate representation of color #AD7AAE: hue angle of 298.85º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD7AAE is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 122 174 -
CMYK 0.01 0.30 0 0.32
HSL 298.85º 0.24% 0.58% -
HSV(B) 298.85º 0.3% 0.68% -
XYZ 31.83 25.86 43.36 -
YUV 143.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 173 122 174 0.01 0.30 0 0.32 298.85 0.24 0.58
Hex AD 7A AE 1 1E 0 20 12B 18 3A
Octal 255 172 256 1 36 0 40 453 30 72
Binary 10101101 1111010 10101110 1 11110 0 100000 100101011 11000 111010

Color Harmonies of #AD7AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7AAE

Black with #AD7AAE

Text Example


Text Example

White with #AD7AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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