#A3509A

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

Shades of Violet Blue #A3509A

Tints of Violet Blue #A3509A

Color information

#A3509A (or 0xA3509A) is unknown color: approx Violet Blue. HEX triplet: A3, 50 and 9A. RGB value is (163,80,154). Sum of RGB (Red+Green+Blue) = 163+80+154=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A3509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3509A is #5CAF65. Grayscale: #717171. Windows color (decimal): -6074214 or 10113187. OLE color: 10113187.

HSL color Cylindrical-coordinate representation of color #A3509A: hue angle of 306.51º 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 #A3509A is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16380154-
CMYK00.510.060.36
HSL306.51º34.16%47.65%-
HSV(B)306.51º50.92%63.92%-
XYZ23.8115.8632.38-
YUV113.25151163.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=41.06%
G=20.15%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638015400.510.060.36306.5134.1647.65
HexA3509A0336241332230
Octal2431202320636444634260
Binary101000111010000100110100110011110100100100110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3509A; }

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

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

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

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

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

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

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

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