#A580B8

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

Shades of East Side #A580B8

Tints of East Side #A580B8

Color information

#A580B8 (or 0xA580B8) is unknown color: approx East Side. HEX triplet: A5, 80 and B8. RGB value is (165,128,184). Sum of RGB (Red+Green+Blue) = 165+128+184=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 184 - color contains mainly: blue. Hex color #A580B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580B8 is #5A7F47. Grayscale: #919191. Windows color (decimal): -5930824 or 12091557. OLE color: 12091557.

HSL color Cylindrical-coordinate representation of color #A580B8: hue angle of 279.64º 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 #A580B8 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165128184-
CMYK0.100.3000.28
HSL279.64º28.28%61.18%-
HSV(B)279.64º30.43%72.16%-
XYZ31.8926.948.86-
YUV145.45149.76141.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 184 (72.27% from 255) = 38.57%
R=34.59%
G=26.83%
B=38.57%

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
Decimal1651281840.100.3000.28279.6428.2861.18
HexA580B8A1E01C1181c3d
Octal24520027012360344303475
Binary10100101100000001011100010101111001110010001100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580B8; }

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

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

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

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

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

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

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

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