#A77DCE

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

Shades of East Side #A77DCE

Tints of East Side #A77DCE

Color information

#A77DCE (or 0xA77DCE) is unknown color: approx East Side. HEX triplet: A7, 7D and CE. RGB value is (167,125,206). Sum of RGB (Red+Green+Blue) = 167+125+206=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #A77DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DCE is #588231. Grayscale: #929292. Windows color (decimal): -5800498 or 13532583. OLE color: 13532583.

HSL color Cylindrical-coordinate representation of color #A77DCE: hue angle of 271.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A77DCE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167125206-
CMYK0.190.3900.19
HSL271.11º45.25%64.9%-
HSV(B)271.11º39.32%80.78%-
XYZ34.4127.3461.86-
YUV146.79161.41142.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=33.53%
G=25.10%
B=41.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671252060.190.3900.19271.1145.2564.9
HexA77DCE132701310f2d41
Octal247175316234702341755101
Binary10100111111110111001110100111001110100111000011111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DCE; }

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

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

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

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

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

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

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

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