#A77DCA

Color #A77DCA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A77DCA

Tints of East Side #A77DCA

Color information

#A77DCA (or 0xA77DCA) is unknown color: approx East Side. HEX triplet: A7, 7D and CA. RGB value is (167,125,202). Sum of RGB (Red+Green+Blue) = 167+125+202=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #A77DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DCA is #588235. Grayscale: #929292. Windows color (decimal): -5800502 or 13270439. OLE color: 13270439.

HSL color Cylindrical-coordinate representation of color #A77DCA: hue angle of 272.73º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A77DCA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167125202-
CMYK0.170.3800.21
HSL272.73º42.08%64.12%-
HSV(B)272.73º38.12%79.22%-
XYZ33.9327.1559.33-
YUV146.34159.41142.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=33.81%
G=25.30%
B=40.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671252020.170.3800.21272.7342.0864.12
HexA77DCA11260151112a40
Octal247175312214602542152100
Binary10100111111110111001010100011001100101011000100011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DCA; }

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

 H1.HeaderClassName
 {
   color: #A77DCA;
 }
 .AnyTagClassName
 {
   color: #A77DCA;
 }
</style>
background-color css

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

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

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

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

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

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