#A3299E

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

Shades of Vivid Violet #A3299E

Tints of Vivid Violet #A3299E

Color information

#A3299E (or 0xA3299E) is unknown color: approx Vivid Violet. HEX triplet: A3, 29 and 9E. RGB value is (163,41,158). Sum of RGB (Red+Green+Blue) = 163+41+158=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3299E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3299E is #5CD661. Grayscale: #5A5A5A. Windows color (decimal): -6084194 or 10365347. OLE color: 10365347.

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

Color convert

RGB16341158-
CMYK00.750.030.36
HSL302.46º59.8%40%-
HSV(B)302.46º74.85%63.92%-
XYZ22.0711.8433.47-
YUV90.82165.92179.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 41 (16.41% from 255) = 11.33%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=45.03%
G=11.33%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634115800.750.030.36302.4659.840
HexA3299E04B32412e3c28
Octal2435123601133444567450
Binary10100011101001100111100100101111100100100101110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3299E; }

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

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

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

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

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

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

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

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