Html Css Color HEX #AA7DAC London Hue

📋 copy color: '#AA7DAC'

red 170 ◦ green 125 ◦ blue 172

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

Shades of London Hue #AA7DAC

Tints of London Hue #AA7DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 36.4%
G = 26.77%
B = 36.83%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA7DAC (or 0xAA7DAC) is known color: London Hue. HEX triplet: AA, 7D and AC. RGB value is (170,125,172). Sum of RGB (Red+Green+Blue) = 170+125+172=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA7DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7DAC is #558253. Grayscale: #8F8F8F. Windows color (decimal): -5603924 or 11304362. OLE color: 11304362.

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

Color convert

RGB 170 125 172 -
CMYK 0.01 0.27 0 0.33
HSL 297.45º 0.22% 0.58% -
HSV(B) 297.45º 0.27% 0.67% -
XYZ 31.36 26.19 42.43 -
YUV 143.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 170 125 172 0.01 0.27 0 0.33 297.45 0.22 0.58
Hex AA 7D AC 1 1B 0 21 129 16 3A
Octal 252 175 254 1 33 0 41 451 26 72
Binary 10101010 1111101 10101100 1 11011 0 100001 100101001 10110 111010

Color Harmonies of #AA7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DAC

Black with #AA7DAC

Text Example


Text Example

White with #AA7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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