#A582B0

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

Shades of East Side #A582B0

Tints of East Side #A582B0

Color information

#A582B0 (or 0xA582B0) is unknown color: approx East Side. HEX triplet: A5, 82 and B0. RGB value is (165,130,176). Sum of RGB (Red+Green+Blue) = 165+130+176=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: blue. Hex color #A582B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582B0 is #5A7D4F. Grayscale: #919191. Windows color (decimal): -5930320 or 11567781. OLE color: 11567781.

HSL color Cylindrical-coordinate representation of color #A582B0: hue angle of 285.65º degrees, saturation: 0.23, 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 #A582B0 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165130176-
CMYK0.060.2600.31
HSL285.65º22.55%60%-
HSV(B)285.65º26.14%69.02%-
XYZ31.3427.144.65-
YUV145.71145.1141.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 176 (69.14% from 255) = 37.37%
R=35.03%
G=27.60%
B=37.37%

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
Decimal1651301760.060.2600.31285.6522.5560
HexA582B061A01F11e173c
Octal2452022606320374362774
Binary1010010110000010101100001101101001111110001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582B0; }

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

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

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

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

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

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

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

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