#A583C1

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

Shades of East Side #A583C1

Tints of East Side #A583C1

Color information

#A583C1 (or 0xA583C1) is unknown color: approx East Side. HEX triplet: A5, 83 and C1. RGB value is (165,131,193). Sum of RGB (Red+Green+Blue) = 165+131+193=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #A583C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583C1 is #5A7C3E. Grayscale: #949494. Windows color (decimal): -5930047 or 12682149. OLE color: 12682149.

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

Color convert

RGB165131193-
CMYK0.150.3200.24
HSL272.9º33.33%63.53%-
HSV(B)272.9º32.12%75.69%-
XYZ33.2628.0854.12-
YUV148.23153.26139.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=33.74%
G=26.79%
B=39.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651311930.150.3200.24272.933.3363.53
HexA583C1F200181112140
Octal245203301174003042141100
Binary10100101100000111100000111111000000110001000100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583C1; }

 p { color: rgb(165,131,193); }

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

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

 a { background-color: rgb(165,131,193); }

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

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

 span { border-color: rgb(165,131,193); }

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