#A3339D

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

Shades of Vivid Violet #A3339D

Tints of Vivid Violet #A3339D

Color information

#A3339D (or 0xA3339D) is unknown color: approx Vivid Violet. HEX triplet: A3, 33 and 9D. RGB value is (163,51,157). Sum of RGB (Red+Green+Blue) = 163+51+157=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3339D is #5CCC62. Grayscale: #606060. Windows color (decimal): -6081635 or 10302371. OLE color: 10302371.

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

Color convert

RGB16351157-
CMYK00.690.040.36
HSL303.21º52.34%41.96%-
HSV(B)303.21º68.71%63.92%-
XYZ22.3712.5933.15-
YUV96.57162.11175.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 51 (20.31% from 255) = 13.75%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=43.94%
G=13.75%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635115700.690.040.36303.2152.3441.96
HexA3339D04542412f342a
Octal2436323501054444576452
Binary101000111100111001110101000101100100100100101111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3339D; }

 p { color: rgb(163,51,157); }

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

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

 a { background-color: rgb(163,51,157); }

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

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

 span { border-color: rgb(163,51,157); }

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