#A580BF

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

Shades of East Side #A580BF

Tints of East Side #A580BF

Color information

#A580BF (or 0xA580BF) is unknown color: approx East Side. HEX triplet: A5, 80 and BF. RGB value is (165,128,191). Sum of RGB (Red+Green+Blue) = 165+128+191=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #A580BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580BF is #5A7F40. Grayscale: #929292. Windows color (decimal): -5930817 or 12550309. OLE color: 12550309.

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

Color convert

RGB165128191-
CMYK0.140.3300.25
HSL275.24º32.98%62.55%-
HSV(B)275.24º32.98%74.9%-
XYZ32.6427.252.82-
YUV146.24153.26141.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 191 (75% from 255) = 39.46%
R=34.09%
G=26.45%
B=39.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651281910.140.3300.25275.2432.9862.55
HexA580BFE21019113213f
Octal24520027716410314234177
Binary1010010110000000101111111110100001011001100010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580BF; }

 p { color: rgb(165,128,191); }

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

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

 a { background-color: rgb(165,128,191); }

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

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

 span { border-color: rgb(165,128,191); }

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