Html Css Color HEX #AA7DAE London Hue

📋 copy color: '#AA7DAE'

red 170 ◦ green 125 ◦ blue 174

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

Shades of London Hue #AA7DAE

Tints of London Hue #AA7DAE

RGB

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

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

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

R = 36.25%
G = 26.65%
B = 37.1%

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

#AA7DAE (or 0xAA7DAE) is known color: London Hue. HEX triplet: AA, 7D and AE. RGB value is (170,125,174). Sum of RGB (Red+Green+Blue) = 170+125+174=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 125 (49.22% from 255 or 26.65% 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 #AA7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DAE is #558251. Grayscale: #8F8F8F. Windows color (decimal): -5603922 or 11435434. OLE color: 11435434.

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

Color convert

RGB 170 125 174 -
CMYK 0.02 0.28 0 0.32
HSL 295.1º 0.23% 0.59% -
HSV(B) 295.1º 0.28% 0.68% -
XYZ 31.55 26.27 43.45 -
YUV 144.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 170 125 174 0.02 0.28 0 0.32 295.1 0.23 0.59
Hex AA 7D AE 2 1C 0 20 127 17 3B
Octal 252 175 256 2 34 0 40 447 27 73
Binary 10101010 1111101 10101110 10 11100 0 100000 100100111 10111 111011

Color Harmonies of #AA7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DAE

Black with #AA7DAE

Text Example


Text Example

White with #AA7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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