#A581B3

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

Shades of East Side #A581B3

Tints of East Side #A581B3

Color information

#A581B3 (or 0xA581B3) is unknown color: approx East Side. HEX triplet: A5, 81 and B3. RGB value is (165,129,179). Sum of RGB (Red+Green+Blue) = 165+129+179=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #A581B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581B3 is #5A7E4C. Grayscale: #919191. Windows color (decimal): -5930573 or 11764133. OLE color: 11764133.

HSL color Cylindrical-coordinate representation of color #A581B3: hue angle of 283.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A581B3 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165129179-
CMYK0.080.2800.30
HSL283.2º24.75%60.39%-
HSV(B)283.2º27.93%70.2%-
XYZ31.526.9546.19-
YUV145.46146.93141.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 129 (50.78% from 255) = 27.27%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=34.88%
G=27.27%
B=37.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651291790.080.2800.30283.224.7560.39
HexA581B381C01E11b193c
Octal24520126310340364333174
Binary10100101100000011011001110001110001111010001101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581B3; }

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

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

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

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

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

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

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

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