#A581BC

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

Shades of East Side #A581BC

Tints of East Side #A581BC

Color information

#A581BC (or 0xA581BC) is unknown color: approx East Side. HEX triplet: A5, 81 and BC. RGB value is (165,129,188). Sum of RGB (Red+Green+Blue) = 165+129+188=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #A581BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A581BC is #5A7E43. Grayscale: #929292. Windows color (decimal): -5930564 or 12353957. OLE color: 12353957.

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

Color convert

RGB165129188-
CMYK0.120.3100.26
HSL276.61º30.57%62.16%-
HSV(B)276.61º31.38%73.73%-
XYZ32.4427.3351.14-
YUV146.49151.43141.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=34.23%
G=26.76%
B=39.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651291880.120.3100.26276.6130.5762.16
HexA581BCC1F01A1151f3e
Octal24520127414370324253776
Binary10100101100000011011110011001111101101010001010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581BC; }

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

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

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

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

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

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

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

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