Html Css Color HEX #AA7AAF London Hue

📋 copy color: '#AA7AAF'

red 170 ◦ green 122 ◦ blue 175

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

Shades of London Hue #AA7AAF

Tints of London Hue #AA7AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 36.4%
G = 26.12%
B = 37.47%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA7AAF (or 0xAA7AAF) is known color: London Hue. HEX triplet: AA, 7A and AF. RGB value is (170,122,175). Sum of RGB (Red+Green+Blue) = 170+122+175=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7AAF is #558550. Grayscale: #8E8E8E. Windows color (decimal): -5604689 or 11500202. OLE color: 11500202.

HSL color Cylindrical-coordinate representation of color #AA7AAF: hue angle of 294.34º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA7AAF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 122 175 -
CMYK 0.03 0.30 0 0.31
HSL 294.34º 0.25% 0.58% -
HSV(B) 294.34º 0.3% 0.69% -
XYZ 31.27 25.56 43.84 -
YUV 142.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 170 122 175 0.03 0.30 0 0.31 294.34 0.25 0.58
Hex AA 7A AF 3 1E 0 1F 126 19 3A
Octal 252 172 257 3 36 0 37 446 31 72
Binary 10101010 1111010 10101111 11 11110 0 11111 100100110 11001 111010

Color Harmonies of #AA7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AAF

Black with #AA7AAF

Text Example


Text Example

White with #AA7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AAF; }

 p { color: rgb(170,122,175); }

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

background-color css

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

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

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

border-color css

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

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

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