#A3359B

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

Shades of Vivid Violet #A3359B

Tints of Vivid Violet #A3359B

Color information

#A3359B (or 0xA3359B) is unknown color: approx Vivid Violet. HEX triplet: A3, 35 and 9B. RGB value is (163,53,155). Sum of RGB (Red+Green+Blue) = 163+53+155=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3359B is #5CCA64. Grayscale: #616161. Windows color (decimal): -6081125 or 10171811. OLE color: 10171811.

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

Color convert

RGB16353155-
CMYK00.670.050.36
HSL304.36º50.93%42.35%-
HSV(B)304.36º67.48%63.92%-
XYZ22.2912.732.29-
YUV97.52160.44174.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=43.94%
G=14.29%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635315500.670.050.36304.3650.9342.35
HexA3359B043524130332a
Octal2436523301035444606352
Binary101000111101011001101101000011101100100100110000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3359B; }

 p { color: rgb(163,53,155); }

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

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

 a { background-color: rgb(163,53,155); }

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

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

 span { border-color: rgb(163,53,155); }

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