#A3509E

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

Shades of Violet Blue #A3509E

Tints of Violet Blue #A3509E

Color information

#A3509E (or 0xA3509E) is unknown color: approx Violet Blue. HEX triplet: A3, 50 and 9E. RGB value is (163,80,158). Sum of RGB (Red+Green+Blue) = 163+80+158=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3509E is #5CAF61. Grayscale: #717171. Windows color (decimal): -6074210 or 10375331. OLE color: 10375331.

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

Color convert

RGB16380158-
CMYK00.510.030.36
HSL303.61º34.16%47.65%-
HSV(B)303.61º50.92%63.92%-
XYZ24.1415.9934.16-
YUV113.71153163.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=40.65%
G=19.95%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638015800.510.030.36303.6134.1647.65
HexA3509E0333241302230
Octal2431202360633444604260
Binary10100011101000010011110011001111100100100110000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3509E; }

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

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

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

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

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

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

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

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