Html Css Color HEX #AA7DA6 London Hue

📋 copy color: '#AA7DA6'

red 170 ◦ green 125 ◦ blue 166

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

Shades of London Hue #AA7DA6

Tints of London Hue #AA7DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.01%

R = 36.88%
G = 27.11%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA7DA6 (or 0xAA7DA6) is known color: London Hue. HEX triplet: AA, 7D and A6. RGB value is (170,125,166). Sum of RGB (Red+Green+Blue) = 170+125+166=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7DA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DA6 is #558259. Grayscale: #8F8F8F. Windows color (decimal): -5603930 or 10911146. OLE color: 10911146.

HSL color Cylindrical-coordinate representation of color #AA7DA6: hue angle of 305.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7DA6 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 125 166 -
CMYK 0 0.26 0.02 0.33
HSL 305.33º 0.21% 0.58% -
HSV(B) 305.33º 0.26% 0.67% -
XYZ 30.79 25.97 39.47 -
YUV 143.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 170 125 166 0 0.26 0.02 0.33 305.33 0.21 0.58
Hex AA 7D A6 0 1A 2 21 131 15 3A
Octal 252 175 246 0 32 2 41 461 25 72
Binary 10101010 1111101 10100110 0 11010 10 100001 100110001 10101 111010

Color Harmonies of #AA7DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DA6

Black with #AA7DA6

Text Example


Text Example

White with #AA7DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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