Html Css Color HEX #AA7CA6 London Hue

📋 copy color: '#AA7CA6'

red 170 ◦ green 124 ◦ blue 166

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

Shades of London Hue #AA7CA6

Tints of London Hue #AA7CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.09%

R = 36.96%
G = 26.96%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA7CA6 (or 0xAA7CA6) is known color: London Hue. HEX triplet: AA, 7C and A6. RGB value is (170,124,166). Sum of RGB (Red+Green+Blue) = 170+124+166=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CA6 is #558359. Grayscale: #8E8E8E. Windows color (decimal): -5604186 or 10910890. OLE color: 10910890.

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

Color convert

RGB 170 124 166 -
CMYK 0 0.27 0.02 0.33
HSL 305.22º 0.21% 0.58% -
HSV(B) 305.22º 0.27% 0.67% -
XYZ 30.67 25.71 39.42 -
YUV 142.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 170 124 166 0 0.27 0.02 0.33 305.22 0.21 0.58
Hex AA 7C A6 0 1B 2 21 131 15 3A
Octal 252 174 246 0 33 2 41 461 25 72
Binary 10101010 1111100 10100110 0 11011 10 100001 100110001 10101 111010

Color Harmonies of #AA7CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CA6

Black with #AA7CA6

Text Example


Text Example

White with #AA7CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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