Html Css Color HEX #AA7DAD London Hue

📋 copy color: '#AA7DAD'

red 170 ◦ green 125 ◦ blue 173

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

Shades of London Hue #AA7DAD

Tints of London Hue #AA7DAD

RGB

 RED value IS 170 (66.8% from 255) = 36.32%

 GREEN value IS 125 (49.22% from 255) = 26.71%

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 36.32%
G = 26.71%
B = 36.97%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA7DAD (or 0xAA7DAD) is known color: London Hue. HEX triplet: AA, 7D and AD. RGB value is (170,125,173). Sum of RGB (Red+Green+Blue) = 170+125+173=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DAD is #558252. Grayscale: #8F8F8F. Windows color (decimal): -5603923 or 11369898. OLE color: 11369898.

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

Color convert

RGB 170 125 173 -
CMYK 0.02 0.28 0 0.32
HSL 296.25º 0.23% 0.58% -
HSV(B) 296.25º 0.28% 0.68% -
XYZ 31.45 26.23 42.94 -
YUV 143.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 170 125 173 0.02 0.28 0 0.32 296.25 0.23 0.58
Hex AA 7D AD 2 1C 0 20 128 17 3A
Octal 252 175 255 2 34 0 40 450 27 72
Binary 10101010 1111101 10101101 10 11100 0 100000 100101000 10111 111010

Color Harmonies of #AA7DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DAD

Black with #AA7DAD

Text Example


Text Example

White with #AA7DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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