Html Css Color HEX #AD7EAA London Hue

📋 copy color: '#AD7EAA'

red 173 ◦ green 126 ◦ blue 170

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

Shades of London Hue #AD7EAA

Tints of London Hue #AD7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.87%

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 36.89%
G = 26.87%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD7EAA (or 0xAD7EAA) is known color: London Hue. HEX triplet: AD, 7E and AA. RGB value is (173,126,170). Sum of RGB (Red+Green+Blue) = 173+126+170=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7EAA is #528155. Grayscale: #909090. Windows color (decimal): -5407062 or 11173549. OLE color: 11173549.

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

Color convert

RGB 173 126 170 -
CMYK 0 0.27 0.02 0.32
HSL 303.83º 0.22% 0.59% -
HSV(B) 303.83º 0.27% 0.68% -
XYZ 31.95 26.71 41.5 -
YUV 145.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 173 126 170 0 0.27 0.02 0.32 303.83 0.22 0.59
Hex AD 7E AA 0 1B 2 20 130 16 3B
Octal 255 176 252 0 33 2 40 460 26 73
Binary 10101101 1111110 10101010 0 11011 10 100000 100110000 10110 111011

Color Harmonies of #AD7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7EAA

Black with #AD7EAA

Text Example


Text Example

White with #AD7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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