#a03ff9

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

Shades of Blue Violet #A03FF9

Tints of Blue Violet #A03FF9

Color information

#A03FF9 (or 0xA03FF9) is unknown color: approx Blue Violet. HEX triplet: A0, 3F and F9. RGB value is (160,63,249). Sum of RGB (Red+Green+Blue) = 160+63+249=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #A03FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FF9 is #5FC006. Grayscale: #707070. Windows color (decimal): -6275079 or 16334752. OLE color: 16334752.

HSL color Cylindrical-coordinate representation of color #A03FF9: hue angle of 271.29º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A03FF9 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16063249-
CMYK0.360.7500.02
HSL271.29º93.94%61.18%-
HSV(B)271.29º74.7%97.65%-
XYZ33.3717.8791.31-
YUV113.21204.64161.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.90%
GREEN value IS 63 (25% from 255) = 13.35%
BLUE value IS 249 (97.66% from 255) = 52.75%
R=33.90%
G=13.35%
B=52.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160632490.360.7500.02271.2993.9461.18
HexA03FF9244B0210f5e3d
Octal24077371441130241713675
Binary101000001111111111100110010010010110101000011111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03ff9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03ff9; }

 p { color: rgb(160,63,249); }

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

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

 a { background-color: rgb(160,63,249); }

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

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

 span { border-color: rgb(160,63,249); }

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