Html Css Color HEX #AA9FAA London Hue

📋 copy color: '#AA9FAA'

red 170 ◦ green 159 ◦ blue 170

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

Shades of London Hue #AA9FAA

Tints of London Hue #AA9FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.86%

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

R = 34.07%
G = 31.86%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA9FAA (or 0xAA9FAA) is known color: London Hue. HEX triplet: AA, 9F and AA. RGB value is (170,159,170). Sum of RGB (Red+Green+Blue) = 170+159+170=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FAA is #556055. Grayscale: #A3A3A3. Windows color (decimal): -5595222 or 11181994. OLE color: 11181994.

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

Color convert

RGB 170 159 170 -
CMYK 0 0.06 0 0.33
HSL 300º 0.06% 0.65% -
HSV(B) 300º 0.06% 0.67% -
XYZ 36.23 36.24 43.12 -
YUV 163.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 170 159 170 0 0.06 0 0.33 300 0.06 0.65
Hex AA 9F AA 0 6 0 21 12C 6 41
Octal 252 237 252 0 6 0 41 454 6 101
Binary 10101010 10011111 10101010 0 110 0 100001 100101100 110 1000001

Color Harmonies of #AA9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FAA

Black with #AA9FAA

Text Example


Text Example

White with #AA9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FAA; }

 p { color: rgb(170,159,170); }

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

background-color css

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

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

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

border-color css

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

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

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