#A781C0

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

Shades of East Side #A781C0

Tints of East Side #A781C0

Color information

#A781C0 (or 0xA781C0) is unknown color: approx East Side. HEX triplet: A7, 81 and C0. RGB value is (167,129,192). Sum of RGB (Red+Green+Blue) = 167+129+192=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #A781C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781C0 is #587E3F. Grayscale: #939393. Windows color (decimal): -5799488 or 12616103. OLE color: 12616103.

HSL color Cylindrical-coordinate representation of color #A781C0: hue angle of 276.19º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A781C0 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167129192-
CMYK0.130.3300.25
HSL276.19º33.33%62.94%-
HSV(B)276.19º32.81%75.29%-
XYZ33.327.7253.46-
YUV147.54153.09141.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.22%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 192 (75.39% from 255) = 39.34%
R=34.22%
G=26.43%
B=39.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671291920.130.3300.25276.1933.3362.94
HexA781C0D21019114213f
Octal24720130015410314244177
Binary1010011110000001110000001101100001011001100010100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A781C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A781C0; }

 p { color: rgb(167,129,192); }

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

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

 a { background-color: rgb(167,129,192); }

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

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

 span { border-color: rgb(167,129,192); }

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