#A349AD

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

Shades of Violet Blue #A349AD

Tints of Violet Blue #A349AD

Color information

#A349AD (or 0xA349AD) is unknown color: approx Violet Blue. HEX triplet: A3, 49 and AD. RGB value is (163,73,173). Sum of RGB (Red+Green+Blue) = 163+73+173=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #A349AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A349AD is #5CB652. Grayscale: #6F6F6F. Windows color (decimal): -6075987 or 11356579. OLE color: 11356579.

HSL color Cylindrical-coordinate representation of color #A349AD: hue angle of 294º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A349AD is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16373173-
CMYK0.060.5800.32
HSL294º40.65%48.24%-
HSV(B)294º57.8%67.84%-
XYZ25.0315.5741.22-
YUV111.31162.82164.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=39.85%
G=17.85%
B=42.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163731730.060.5800.3229440.6548.24
HexA349AD63A0201262930
Octal2431112556720404465160
Binary101000111001001101011011101110100100000100100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A349AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A349AD; }

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

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

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

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

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

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

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

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