#A582B1

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

Shades of East Side #A582B1

Tints of East Side #A582B1

Color information

#A582B1 (or 0xA582B1) is unknown color: approx East Side. HEX triplet: A5, 82 and B1. RGB value is (165,130,177). Sum of RGB (Red+Green+Blue) = 165+130+177=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #A582B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582B1 is #5A7D4E. Grayscale: #919191. Windows color (decimal): -5930319 or 11633317. OLE color: 11633317.

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

Color convert

RGB165130177-
CMYK0.070.2700.31
HSL284.68º23.15%60.2%-
HSV(B)284.68º26.55%69.41%-
XYZ31.4427.1445.18-
YUV145.82145.6141.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.96%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=34.96%
G=27.54%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651301770.070.2700.31284.6823.1560.2
HexA582B171B01F11d173c
Octal2452022617330374352774
Binary1010010110000010101100011111101101111110001110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582B1; }

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

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

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

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

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

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

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

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