#A482C1

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

Shades of East Side #A482C1

Tints of East Side #A482C1

Color information

#A482C1 (or 0xA482C1) is unknown color: approx East Side. HEX triplet: A4, 82 and C1. RGB value is (164,130,193). Sum of RGB (Red+Green+Blue) = 164+130+193=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #A482C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482C1 is #5B7D3E. Grayscale: #939393. Windows color (decimal): -5995839 or 12681892. OLE color: 12681892.

HSL color Cylindrical-coordinate representation of color #A482C1: hue angle of 272.38º 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 #A482C1 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164130193-
CMYK0.150.3300.24
HSL272.38º33.69%63.33%-
HSV(B)272.38º32.64%75.69%-
XYZ32.9227.7154.07-
YUV147.35153.76139.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=33.68%
G=26.69%
B=39.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641301930.150.3300.24272.3833.6963.33
HexA482C1F21018110223f
Octal24420230117410304204277
Binary1010010010000010110000011111100001011000100010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A482C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A482C1; }

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

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

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

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

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

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

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

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