#A349AC

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

Shades of Violet Blue #A349AC

Tints of Violet Blue #A349AC

Color information

#A349AC (or 0xA349AC) is unknown color: approx Violet Blue. HEX triplet: A3, 49 and AC. RGB value is (163,73,172). Sum of RGB (Red+Green+Blue) = 163+73+172=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #A349AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349AC is #5CB653. Grayscale: #6E6E6E. Windows color (decimal): -6075988 or 11291043. OLE color: 11291043.

HSL color Cylindrical-coordinate representation of color #A349AC: hue angle of 294.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A349AC is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16373172-
CMYK0.050.5800.33
HSL294.55º40.41%48.04%-
HSV(B)294.55º57.56%67.45%-
XYZ24.9315.5340.71-
YUV111.2162.32164.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 73 (28.91% from 255) = 17.89%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=39.95%
G=17.89%
B=42.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163731720.050.5800.33294.5540.4148.04
HexA349AC53A0211272830
Octal2431112545720414475060
Binary101000111001001101011001011110100100001100100111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A349AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A349AC; }

 p { color: rgb(163,73,172); }

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

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

 a { background-color: rgb(163,73,172); }

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

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

 span { border-color: rgb(163,73,172); }

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