#A3589E

Color #A3589E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A3589E

Tints of Violet Blue #A3589E

Color information

#A3589E (or 0xA3589E) is unknown color: approx Violet Blue. HEX triplet: A3, 58 and 9E. RGB value is (163,88,158). Sum of RGB (Red+Green+Blue) = 163+88+158=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 163 - color contains mainly: red. Hex color #A3589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3589E is #5CA761. Grayscale: #767676. Windows color (decimal): -6072162 or 10377379. OLE color: 10377379.

HSL color Cylindrical-coordinate representation of color #A3589E: hue angle of 304º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3589E is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16388158-
CMYK00.460.030.36
HSL304º29.88%49.22%-
HSV(B)304º46.01%63.92%-
XYZ24.7717.2334.37-
YUV118.4150.35159.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 158 (62.11% from 255) = 38.63%
R=39.85%
G=21.52%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638815800.460.030.3630429.8849.22
HexA3589E02E3241301e31
Octal2431302360563444603661
Binary1010001110110001001111001011101110010010011000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3589E; }

 p { color: rgb(163,88,158); }

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

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

 a { background-color: rgb(163,88,158); }

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

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

 span { border-color: rgb(163,88,158); }

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