#A580BB

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

Shades of East Side #A580BB

Tints of East Side #A580BB

Color information

#A580BB (or 0xA580BB) is unknown color: approx East Side. HEX triplet: A5, 80 and BB. RGB value is (165,128,187). Sum of RGB (Red+Green+Blue) = 165+128+187=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #A580BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580BB is #5A7F44. Grayscale: #919191. Windows color (decimal): -5930821 or 12288165. OLE color: 12288165.

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

Color convert

RGB165128187-
CMYK0.120.3200.27
HSL277.63º30.26%61.76%-
HSV(B)277.63º31.55%73.33%-
XYZ32.2127.0350.53-
YUV145.79151.26141.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.38%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=34.38%
G=26.67%
B=38.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651281870.120.3200.27277.6330.2661.76
HexA580BBC2001B1161e3e
Octal24520027314400334263676
Binary101001011000000010111011110010000001101110001011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580BB; }

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

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

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

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

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

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

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

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