Html Css Color HEX #AA7FAB London Hue

📋 copy color: '#AA7FAB'

red 170 ◦ green 127 ◦ blue 171

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

Shades of London Hue #AA7FAB

Tints of London Hue #AA7FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 27.14%

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 36.32%
G = 27.14%
B = 36.54%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA7FAB (or 0xAA7FAB) is known color: London Hue. HEX triplet: AA, 7F and AB. RGB value is (170,127,171). Sum of RGB (Red+Green+Blue) = 170+127+171=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7FAB is #558054. Grayscale: #909090. Windows color (decimal): -5603413 or 11239338. OLE color: 11239338.

HSL color Cylindrical-coordinate representation of color #AA7FAB: hue angle of 298.64º 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 #AA7FAB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 171 -
CMYK 0.01 0.26 0 0.33
HSL 298.64º 0.21% 0.58% -
HSV(B) 298.64º 0.26% 0.67% -
XYZ 31.52 26.67 42.01 -
YUV 144.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 170 127 171 0.01 0.26 0 0.33 298.64 0.21 0.58
Hex AA 7F AB 1 1A 0 21 12B 15 3A
Octal 252 177 253 1 32 0 41 453 25 72
Binary 10101010 1111111 10101011 1 11010 0 100001 100101011 10101 111010

Color Harmonies of #AA7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FAB

Black with #AA7FAB

Text Example


Text Example

White with #AA7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FAB; }

 p { color: rgb(170,127,171); }

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

background-color css

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

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

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

border-color css

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

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

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