#A3449F

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

Shades of Violet Blue #A3449F

Tints of Violet Blue #A3449F

Color information

#A3449F (or 0xA3449F) is unknown color: approx Violet Blue. HEX triplet: A3, 44 and 9F. RGB value is (163,68,159). Sum of RGB (Red+Green+Blue) = 163+68+159=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A3449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3449F is #5CBB60. Grayscale: #6A6A6A. Windows color (decimal): -6077281 or 10437795. OLE color: 10437795.

HSL color Cylindrical-coordinate representation of color #A3449F: hue angle of 302.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3449F is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16368159-
CMYK00.580.020.36
HSL302.53º41.13%45.29%-
HSV(B)302.53º58.28%63.92%-
XYZ23.4314.4234.35-
YUV106.78157.47168.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 68 (26.95% from 255) = 17.44%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=41.79%
G=17.44%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636815900.580.020.36302.5341.1345.29
HexA3449F03A22412f292d
Octal2431042370722444575155
Binary10100011100010010011111011101010100100100101111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3449F; }

 p { color: rgb(163,68,159); }

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

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

 a { background-color: rgb(163,68,159); }

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

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

 span { border-color: rgb(163,68,159); }

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