#A583BA

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

Shades of East Side #A583BA

Tints of East Side #A583BA

Color information

#A583BA (or 0xA583BA) is unknown color: approx East Side. HEX triplet: A5, 83 and BA. RGB value is (165,131,186). Sum of RGB (Red+Green+Blue) = 165+131+186=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #A583BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583BA is #5A7C45. Grayscale: #939393. Windows color (decimal): -5930054 or 12223397. OLE color: 12223397.

HSL color Cylindrical-coordinate representation of color #A583BA: hue angle of 277.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A583BA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165131186-
CMYK0.110.3000.27
HSL277.09º28.5%62.16%-
HSV(B)277.09º29.57%72.94%-
XYZ32.527.7850.1-
YUV147.44149.76140.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=34.23%
G=27.18%
B=38.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651311860.110.3000.27277.0928.562.16
HexA583BAB1E01B1151c3e
Octal24520327213360334253476
Binary10100101100000111011101010111111001101110001010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583BA; }

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

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

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

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

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

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

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

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