#A3299D

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

Shades of Vivid Violet #A3299D

Tints of Vivid Violet #A3299D

Color information

#A3299D (or 0xA3299D) is unknown color: approx Vivid Violet. HEX triplet: A3, 29 and 9D. RGB value is (163,41,157). Sum of RGB (Red+Green+Blue) = 163+41+157=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3299D is #5CD662. Grayscale: #5A5A5A. Windows color (decimal): -6084195 or 10299811. OLE color: 10299811.

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

Color convert

RGB16341157-
CMYK00.750.040.36
HSL302.95º59.8%40%-
HSV(B)302.95º74.85%63.92%-
XYZ21.9811.8133.02-
YUV90.7165.42179.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 41 (16.41% from 255) = 11.36%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=45.15%
G=11.36%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634115700.750.040.36302.9559.840
HexA3299D04B42412f3c28
Octal2435123501134444577450
Binary101000111010011001110101001011100100100100101111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3299D; }

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

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

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

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

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

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

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

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