#A480C1

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

Shades of East Side #A480C1

Tints of East Side #A480C1

Color information

#A480C1 (or 0xA480C1) is unknown color: approx East Side. HEX triplet: A4, 80 and C1. RGB value is (164,128,193). Sum of RGB (Red+Green+Blue) = 164+128+193=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #A480C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A480C1 is #5B7F3E. Grayscale: #919191. Windows color (decimal): -5996351 or 12681380. OLE color: 12681380.

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

Color convert

RGB164128193-
CMYK0.150.3400.24
HSL273.23º34.39%62.94%-
HSV(B)273.23º33.68%75.69%-
XYZ32.6527.1853.98-
YUV146.17154.43140.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=33.81%
G=26.39%
B=39.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641281930.150.3400.24273.2334.3962.94
HexA480C1F22018111223f
Octal24420030117420304214277
Binary1010010010000000110000011111100010011000100010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A480C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A480C1; }

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

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

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

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

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

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

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

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