#A03DA6

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

Shades of Violet Blue #A03DA6

Tints of Violet Blue #A03DA6

Color information

#A03DA6 (or 0xA03DA6) is unknown color: approx Violet Blue. HEX triplet: A0, 3D and A6. RGB value is (160,61,166). Sum of RGB (Red+Green+Blue) = 160+61+166=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #A03DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DA6 is #5FC259. Grayscale: #666666. Windows color (decimal): -6275674 or 10894752. OLE color: 10894752.

HSL color Cylindrical-coordinate representation of color #A03DA6: hue angle of 296.57º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03DA6 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16061166-
CMYK0.040.6300.35
HSL296.57º46.26%44.51%-
HSV(B)296.57º63.25%65.1%-
XYZ23.0513.5637.48-
YUV102.57163.8168.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 166 (65.23% from 255) = 42.89%
R=41.34%
G=15.76%
B=42.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160611660.040.6300.35296.5746.2644.51
HexA03DA643F0231292e2d
Octal240752464770434515655
Binary10100000111101101001101001111110100011100101001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03DA6; }

 p { color: rgb(160,61,166); }

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

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

 a { background-color: rgb(160,61,166); }

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

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

 span { border-color: rgb(160,61,166); }

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