#A353AD

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

Shades of Violet Blue #A353AD

Tints of Violet Blue #A353AD

Color information

#A353AD (or 0xA353AD) is unknown color: approx Violet Blue. HEX triplet: A3, 53 and AD. RGB value is (163,83,173). Sum of RGB (Red+Green+Blue) = 163+83+173=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #A353AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A353AD is #5CAC52. Grayscale: #747474. Windows color (decimal): -6073427 or 11359139. OLE color: 11359139.

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

Color convert

RGB16383173-
CMYK0.060.5200.32
HSL293.33º35.43%50.2%-
HSV(B)293.33º52.02%67.84%-
XYZ25.7416.9941.46-
YUV117.18159.5160.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=38.90%
G=19.81%
B=41.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163831730.060.5200.32293.3335.4350.2
HexA353AD6340201252332
Octal2431232556640404454362
Binary101000111010011101011011101101000100000100100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A353AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A353AD; }

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

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

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

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

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

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

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

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