#A782C1

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

Shades of East Side #A782C1

Tints of East Side #A782C1

Color information

#A782C1 (or 0xA782C1) is unknown color: approx East Side. HEX triplet: A7, 82 and C1. RGB value is (167,130,193). Sum of RGB (Red+Green+Blue) = 167+130+193=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #A782C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782C1 is #587D3E. Grayscale: #949494. Windows color (decimal): -5799231 or 12681895. OLE color: 12681895.

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

Color convert

RGB167130193-
CMYK0.130.3300.24
HSL275.24º33.69%63.33%-
HSV(B)275.24º32.64%75.69%-
XYZ33.5428.0354.09-
YUV148.24153.26141.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 193 (75.78% from 255) = 39.39%
R=34.08%
G=26.53%
B=39.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671301930.130.3300.24275.2433.6963.33
HexA782C1D21018113223f
Octal24720230115410304234277
Binary1010011110000010110000011101100001011000100010011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782C1; }

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

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

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

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

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

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

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

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