#A350A0

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

Shades of Violet Blue #A350A0

Tints of Violet Blue #A350A0

Color information

#A350A0 (or 0xA350A0) is unknown color: approx Violet Blue. HEX triplet: A3, 50 and A0. RGB value is (163,80,160). Sum of RGB (Red+Green+Blue) = 163+80+160=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A350A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A350A0 is #5CAF5F. Grayscale: #717171. Windows color (decimal): -6074208 or 10506403. OLE color: 10506403.

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

Color convert

RGB16380160-
CMYK00.510.020.36
HSL302.17º34.16%47.65%-
HSV(B)302.17º50.92%63.92%-
XYZ24.3216.0635.08-
YUV113.94154163-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 80 (31.64% from 255) = 19.85%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=40.45%
G=19.85%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638016000.510.020.36302.1734.1647.65
HexA350A003322412e2230
Octal2431202400632444564260
Binary10100011101000010100000011001110100100100101110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A350A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A350A0; }

 p { color: rgb(163,80,160); }

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

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

 a { background-color: rgb(163,80,160); }

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

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

 span { border-color: rgb(163,80,160); }

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