#A583C5

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

Shades of East Side #A583C5

Tints of East Side #A583C5

Color information

#A583C5 (or 0xA583C5) is unknown color: approx East Side. HEX triplet: A5, 83 and C5. RGB value is (165,131,197). Sum of RGB (Red+Green+Blue) = 165+131+197=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 197 - color contains mainly: blue. Hex color #A583C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583C5 is #5A7C3A. Grayscale: #949494. Windows color (decimal): -5930043 or 12944293. OLE color: 12944293.

HSL color Cylindrical-coordinate representation of color #A583C5: hue angle of 270.91º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A583C5 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165131197-
CMYK0.160.3400.23
HSL270.91º36.26%64.31%-
HSV(B)270.91º33.5%77.25%-
XYZ33.7128.2656.5-
YUV148.69155.26139.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=33.47%
G=26.57%
B=39.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651311970.160.3400.23270.9136.2664.31
HexA583C5102201710f2440
Octal245203305204202741744100
Binary101001011000001111000101100001000100101111000011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583C5; }

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

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

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

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

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

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

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

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