Html Css Color HEX #AA7CAC London Hue

📋 copy color: '#AA7CAC'

red 170 ◦ green 124 ◦ blue 172

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

Shades of London Hue #AA7CAC

Tints of London Hue #AA7CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

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

R = 36.48%
G = 26.61%
B = 36.91%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA7CAC (or 0xAA7CAC) is known color: London Hue. HEX triplet: AA, 7C and AC. RGB value is (170,124,172). Sum of RGB (Red+Green+Blue) = 170+124+172=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CAC is #558353. Grayscale: #8F8F8F. Windows color (decimal): -5604180 or 11304106. OLE color: 11304106.

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

Color convert

RGB 170 124 172 -
CMYK 0.01 0.28 0 0.33
HSL 297.5º 0.22% 0.58% -
HSV(B) 297.5º 0.28% 0.67% -
XYZ 31.23 25.94 42.39 -
YUV 143.23 144.24 147.1 -
System Red Green Blue C M Y K H S L
Decimal 170 124 172 0.01 0.28 0 0.33 297.5 0.22 0.58
Hex AA 7C AC 1 1C 0 21 12A 16 3A
Octal 252 174 254 1 34 0 41 452 26 72
Binary 10101010 1111100 10101100 1 11100 0 100001 100101010 10110 111010

Color Harmonies of #AA7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CAC

Black with #AA7CAC

Text Example


Text Example

White with #AA7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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