#A580B7

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

Shades of East Side #A580B7

Tints of East Side #A580B7

Color information

#A580B7 (or 0xA580B7) is unknown color: approx East Side. HEX triplet: A5, 80 and B7. RGB value is (165,128,183). Sum of RGB (Red+Green+Blue) = 165+128+183=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 183 - color contains mainly: blue. Hex color #A580B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580B7 is #5A7F48. Grayscale: #919191. Windows color (decimal): -5930825 or 12026021. OLE color: 12026021.

HSL color Cylindrical-coordinate representation of color #A580B7: hue angle of 280.36º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A580B7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165128183-
CMYK0.100.3000.28
HSL280.36º27.64%60.98%-
HSV(B)280.36º30.05%71.76%-
XYZ31.7826.8648.31-
YUV145.33149.26142.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 183 (71.88% from 255) = 38.45%
R=34.66%
G=26.89%
B=38.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651281830.100.3000.28280.3627.6460.98
HexA580B7A1E01C1181c3d
Octal24520026712360344303475
Binary10100101100000001011011110101111001110010001100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580B7; }

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

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

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

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

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

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

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

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