#A580BC

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

Shades of East Side #A580BC

Tints of East Side #A580BC

Color information

#A580BC (or 0xA580BC) is unknown color: approx East Side. HEX triplet: A5, 80 and BC. RGB value is (165,128,188). Sum of RGB (Red+Green+Blue) = 165+128+188=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #A580BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580BC is #5A7F43. Grayscale: #919191. Windows color (decimal): -5930820 or 12353701. OLE color: 12353701.

HSL color Cylindrical-coordinate representation of color #A580BC: hue angle of 277º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A580BC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165128188-
CMYK0.120.3200.26
HSL277º30.93%61.96%-
HSV(B)277º31.91%73.73%-
XYZ32.3127.0751.1-
YUV145.9151.76141.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=34.30%
G=26.61%
B=39.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651281880.120.3200.2627730.9361.96
HexA580BCC2001A1151f3e
Octal24520027414400324253776
Binary101001011000000010111100110010000001101010001010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580BC; }

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

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

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

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

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

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

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

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