Html Css Color HEX #A77CAA London Hue

📋 copy color: '#A77CAA'

red 167 ◦ green 124 ◦ blue 170

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

Shades of London Hue #A77CAA

Tints of London Hue #A77CAA

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 167 124 170 -
CMYK 0.02 0.27 0 0.33
HSL 296.09º 0.21% 0.58% -
HSV(B) 296.09º 0.27% 0.67% -
XYZ 30.4 25.53 41.36 -
YUV 142.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 167 124 170 0.02 0.27 0 0.33 296.09 0.21 0.58
Hex A7 7C AA 2 1B 0 21 128 15 3A
Octal 247 174 252 2 33 0 41 450 25 72
Binary 10100111 1111100 10101010 10 11011 0 100001 100101000 10101 111010

Color Harmonies of #A77CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77CAA

Black with #A77CAA

Text Example


Text Example

White with #A77CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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