#A582BA

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

Shades of East Side #A582BA

Tints of East Side #A582BA

Color information

#A582BA (or 0xA582BA) is unknown color: approx East Side. HEX triplet: A5, 82 and BA. RGB value is (165,130,186). Sum of RGB (Red+Green+Blue) = 165+130+186=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #A582BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582BA is #5A7D45. Grayscale: #929292. Windows color (decimal): -5930310 or 12223141. OLE color: 12223141.

HSL color Cylindrical-coordinate representation of color #A582BA: hue angle of 277.5º degrees, saturation: 0.29, 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 #A582BA is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165130186-
CMYK0.110.3000.27
HSL277.5º28.87%61.96%-
HSV(B)277.5º30.11%72.94%-
XYZ32.3627.5150.06-
YUV146.85150.1140.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=34.30%
G=27.03%
B=38.67%

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
Decimal1651301860.110.3000.27277.528.8761.96
HexA582BAB1E01B1161d3e
Octal24520227213360334263576
Binary10100101100000101011101010111111001101110001011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582BA; }

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

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

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

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

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

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

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

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