#A583BE

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

Shades of East Side #A583BE

Tints of East Side #A583BE

Color information

#A583BE (or 0xA583BE) is unknown color: approx East Side. HEX triplet: A5, 83 and BE. RGB value is (165,131,190). Sum of RGB (Red+Green+Blue) = 165+131+190=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #A583BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A583BE is #5A7C41. Grayscale: #939393. Windows color (decimal): -5930050 or 12485541. OLE color: 12485541.

HSL color Cylindrical-coordinate representation of color #A583BE: hue angle of 274.58º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A583BE is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165131190-
CMYK0.130.3100.25
HSL274.58º31.22%62.94%-
HSV(B)274.58º31.05%74.51%-
XYZ32.9327.9552.37-
YUV147.89151.76140.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 131 (51.56% from 255) = 26.95%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=33.95%
G=26.95%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651311900.130.3100.25274.5831.2262.94
HexA583BED1F0191131f3f
Octal24520327615370314233777
Binary10100101100000111011111011011111101100110001001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583BE; }

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

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

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

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

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

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

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

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