#A590BC

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

Shades of East Side #A590BC

Tints of East Side #A590BC

Color information

#A590BC (or 0xA590BC) is unknown color: approx East Side. HEX triplet: A5, 90 and BC. RGB value is (165,144,188). Sum of RGB (Red+Green+Blue) = 165+144+188=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #A590BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590BC is #5A6F43. Grayscale: #9B9B9B. Windows color (decimal): -5926724 or 12357797. OLE color: 12357797.

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

Color convert

RGB165144188-
CMYK0.120.2300.26
HSL268.64º24.72%65.1%-
HSV(B)268.64º23.4%73.73%-
XYZ34.5731.5851.85-
YUV155.3146.46134.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=33.20%
G=28.97%
B=37.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651441880.120.2300.26268.6424.7265.1
HexA590BCC1701A10d1941
Octal245220274142703241531101
Binary101001011001000010111100110010111011010100001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A590BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A590BC; }

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

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

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

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

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

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

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

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