#A782C0

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

Shades of East Side #A782C0

Tints of East Side #A782C0

Color information

#A782C0 (or 0xA782C0) is unknown color: approx East Side. HEX triplet: A7, 82 and C0. RGB value is (167,130,192). Sum of RGB (Red+Green+Blue) = 167+130+192=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #A782C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782C0 is #587D3F. Grayscale: #939393. Windows color (decimal): -5799232 or 12616359. OLE color: 12616359.

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

Color convert

RGB167130192-
CMYK0.130.3200.25
HSL275.81º32.98%63.14%-
HSV(B)275.81º32.29%75.29%-
XYZ33.4327.9953.51-
YUV148.13152.76141.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 192 (75.39% from 255) = 39.26%
R=34.15%
G=26.58%
B=39.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671301920.130.3200.25275.8132.9863.14
HexA782C0D20019114213f
Octal24720230015400314244177
Binary1010011110000010110000001101100000011001100010100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782C0; }

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

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

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

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

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

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

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

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