#A58DB9

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

Shades of East Side #A58DB9

Tints of East Side #A58DB9

Color information

#A58DB9 (or 0xA58DB9) is unknown color: approx East Side. HEX triplet: A5, 8D and B9. RGB value is (165,141,185). Sum of RGB (Red+Green+Blue) = 165+141+185=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #A58DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DB9 is #5A7246. Grayscale: #999999. Windows color (decimal): -5927495 or 12160421. OLE color: 12160421.

HSL color Cylindrical-coordinate representation of color #A58DB9: hue angle of 272.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A58DB9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165141185-
CMYK0.110.2400.27
HSL272.73º23.91%63.92%-
HSV(B)272.73º23.78%72.55%-
XYZ33.830.5550.01-
YUV153.19145.95136.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=33.60%
G=28.72%
B=37.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651411850.110.2400.27272.7323.9163.92
HexA58DB9B1801B1111840
Octal245215271133003342130100
Binary101001011000110110111001101111000011011100010001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58DB9; }

 p { color: rgb(165,141,185); }

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

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

 a { background-color: rgb(165,141,185); }

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

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

 span { border-color: rgb(165,141,185); }

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