#A583B0

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

Shades of East Side #A583B0

Tints of East Side #A583B0

Color information

#A583B0 (or 0xA583B0) is unknown color: approx East Side. HEX triplet: A5, 83 and B0. RGB value is (165,131,176). Sum of RGB (Red+Green+Blue) = 165+131+176=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 176 - color contains mainly: blue. Hex color #A583B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A583B0 is #5A7C4F. Grayscale: #929292. Windows color (decimal): -5930064 or 11568037. OLE color: 11568037.

HSL color Cylindrical-coordinate representation of color #A583B0: hue angle of 285.33º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A583B0 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165131176-
CMYK0.060.2600.31
HSL285.33º22.17%60.2%-
HSV(B)285.33º25.57%69.02%-
XYZ31.4727.3744.7-
YUV146.3144.76141.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 131 (51.56% from 255) = 27.75%
BLUE value IS 176 (69.14% from 255) = 37.29%
R=34.96%
G=27.75%
B=37.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651311760.060.2600.31285.3322.1760.2
HexA583B061A01F11d163c
Octal2452032606320374352674
Binary1010010110000011101100001101101001111110001110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583B0; }

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

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

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

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

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

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

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

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