#A77CCD

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

Shades of East Side #A77CCD

Tints of East Side #A77CCD

Color information

#A77CCD (or 0xA77CCD) is unknown color: approx East Side. HEX triplet: A7, 7C and CD. RGB value is (167,124,205). Sum of RGB (Red+Green+Blue) = 167+124+205=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #A77CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CCD is #588332. Grayscale: #919191. Windows color (decimal): -5800755 or 13466791. OLE color: 13466791.

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

Color convert

RGB167124205-
CMYK0.190.4000.20
HSL271.85º44.75%64.51%-
HSV(B)271.85º39.51%80.39%-
XYZ34.1627.0461.18-
YUV146.09161.25142.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 124 (48.83% from 255) = 25%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=33.67%
G=25%
B=41.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671242050.190.4000.20271.8544.7564.51
HexA77CCD13280141102d41
Octal247174315235002442055101
Binary10100111111110011001101100111010000101001000100001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77CCD; }

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

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

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

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

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

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

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

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