#A03CF9

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

Shades of Blue Violet #A03CF9

Tints of Blue Violet #A03CF9

Color information

#A03CF9 (or 0xA03CF9) is unknown color: approx Blue Violet. HEX triplet: A0, 3C and F9. RGB value is (160,60,249). Sum of RGB (Red+Green+Blue) = 160+60+249=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #A03CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03CF9 is #5FC306. Grayscale: #6E6E6E. Windows color (decimal): -6275847 or 16333984. OLE color: 16333984.

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

Color convert

RGB16060249-
CMYK0.360.7600.02
HSL271.75º94.03%60.59%-
HSV(B)271.75º75.9%97.65%-
XYZ33.2117.5491.26-
YUV111.45205.63162.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 60 (23.83% from 255) = 12.79%
BLUE value IS 249 (97.66% from 255) = 53.09%
R=34.12%
G=12.79%
B=53.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160602490.360.7600.02271.7594.0360.59
HexA03CF9244C021105e3d
Octal24074371441140242013675
Binary101000001111001111100110010010011000101000100001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03CF9; }

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

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

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

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

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

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

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

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