Html Css Color HEX #AA7BAD London Hue

📋 copy color: '#AA7BAD'

red 170 ◦ green 123 ◦ blue 173

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

Shades of London Hue #AA7BAD

Tints of London Hue #AA7BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 36.48%
G = 26.39%
B = 37.12%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA7BAD (or 0xAA7BAD) is known color: London Hue. HEX triplet: AA, 7B and AD. RGB value is (170,123,173). Sum of RGB (Red+Green+Blue) = 170+123+173=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7BAD is #558452. Grayscale: #8E8E8E. Windows color (decimal): -5604435 or 11369386. OLE color: 11369386.

HSL color Cylindrical-coordinate representation of color #AA7BAD: hue angle of 296.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7BAD is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 123 173 -
CMYK 0.02 0.29 0 0.32
HSL 296.4º 0.23% 0.58% -
HSV(B) 296.4º 0.29% 0.68% -
XYZ 31.2 25.73 42.86 -
YUV 142.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 170 123 173 0.02 0.29 0 0.32 296.4 0.23 0.58
Hex AA 7B AD 2 1D 0 20 128 17 3A
Octal 252 173 255 2 35 0 40 450 27 72
Binary 10101010 1111011 10101101 10 11101 0 100000 100101000 10111 111010

Color Harmonies of #AA7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7BAD

Black with #AA7BAD

Text Example


Text Example

White with #AA7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7BAD; }

 p { color: rgb(170,123,173); }

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

background-color css

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

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

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

border-color css

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

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

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