#A581BB

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

Shades of East Side #A581BB

Tints of East Side #A581BB

Color information

#A581BB (or 0xA581BB) is unknown color: approx East Side. HEX triplet: A5, 81 and BB. RGB value is (165,129,187). Sum of RGB (Red+Green+Blue) = 165+129+187=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #A581BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581BB is #5A7E44. Grayscale: #929292. Windows color (decimal): -5930565 or 12288421. OLE color: 12288421.

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

Color convert

RGB165129187-
CMYK0.120.3100.27
HSL277.24º29.9%61.96%-
HSV(B)277.24º31.02%73.33%-
XYZ32.3427.2950.58-
YUV146.38150.93141.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=34.30%
G=26.82%
B=38.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651291870.120.3100.27277.2429.961.96
HexA581BBC1F01B1151e3e
Octal24520127314370334253676
Binary10100101100000011011101111001111101101110001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581BB; }

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

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

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

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

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

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

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

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