Html Css Color HEX #A77DAA London Hue

📋 copy color: '#A77DAA'

red 167 ◦ green 125 ◦ blue 170

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

Shades of London Hue #A77DAA

Tints of London Hue #A77DAA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.06%

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

R = 36.15%
G = 27.06%
B = 36.8%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A77DAA (or 0xA77DAA) is known color: London Hue. HEX triplet: A7, 7D and AA. RGB value is (167,125,170). Sum of RGB (Red+Green+Blue) = 167+125+170=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A77DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77DAA is #588255. Grayscale: #8E8E8E. Windows color (decimal): -5800534 or 11173287. OLE color: 11173287.

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

Color convert

RGB 167 125 170 -
CMYK 0.02 0.26 0 0.33
HSL 296º 0.21% 0.58% -
HSV(B) 296º 0.26% 0.67% -
XYZ 30.53 25.79 41.4 -
YUV 142.69 143.41 145.34 -
System Red Green Blue C M Y K H S L
Decimal 167 125 170 0.02 0.26 0 0.33 296 0.21 0.58
Hex A7 7D AA 2 1A 0 21 128 15 3A
Octal 247 175 252 2 32 0 41 450 25 72
Binary 10100111 1111101 10101010 10 11010 0 100001 100101000 10101 111010

Color Harmonies of #A77DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77DAA

Black with #A77DAA

Text Example


Text Example

White with #A77DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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