Html Css Color HEX #AA7CA7 London Hue

📋 copy color: '#AA7CA7'

red 170 ◦ green 124 ◦ blue 167

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

Shades of London Hue #AA7CA7

Tints of London Hue #AA7CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.23%

R = 36.88%
G = 26.9%
B = 36.23%

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

#AA7CA7 (or 0xAA7CA7) is known color: London Hue. HEX triplet: AA, 7C and A7. RGB value is (170,124,167). Sum of RGB (Red+Green+Blue) = 170+124+167=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7CA7 is #558358. Grayscale: #8E8E8E. Windows color (decimal): -5604185 or 10976426. OLE color: 10976426.

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

Color convert

RGB 170 124 167 -
CMYK 0 0.27 0.02 0.33
HSL 303.91º 0.21% 0.58% -
HSV(B) 303.91º 0.27% 0.67% -
XYZ 30.76 25.75 39.91 -
YUV 142.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 170 124 167 0 0.27 0.02 0.33 303.91 0.21 0.58
Hex AA 7C A7 0 1B 2 21 130 15 3A
Octal 252 174 247 0 33 2 41 460 25 72
Binary 10101010 1111100 10100111 0 11011 10 100001 100110000 10101 111010

Color Harmonies of #AA7CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7CA7

Black with #AA7CA7

Text Example


Text Example

White with #AA7CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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