Html Css Color HEX #AA7EAC London Hue

📋 copy color: '#AA7EAC'

red 170 ◦ green 126 ◦ blue 172

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

Shades of London Hue #AA7EAC

Tints of London Hue #AA7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.92%

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

R = 36.32%
G = 26.92%
B = 36.75%

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

#AA7EAC (or 0xAA7EAC) is known color: London Hue. HEX triplet: AA, 7E and AC. RGB value is (170,126,172). Sum of RGB (Red+Green+Blue) = 170+126+172=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7EAC is #558153. Grayscale: #909090. Windows color (decimal): -5603668 or 11304618. OLE color: 11304618.

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

Color convert

RGB 170 126 172 -
CMYK 0.01 0.27 0 0.33
HSL 297.39º 0.22% 0.58% -
HSV(B) 297.39º 0.27% 0.67% -
XYZ 31.48 26.45 42.47 -
YUV 144.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 170 126 172 0.01 0.27 0 0.33 297.39 0.22 0.58
Hex AA 7E AC 1 1B 0 21 129 16 3A
Octal 252 176 254 1 33 0 41 451 26 72
Binary 10101010 1111110 10101100 1 11011 0 100001 100101001 10110 111010

Color Harmonies of #AA7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7EAC

Black with #AA7EAC

Text Example


Text Example

White with #AA7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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