#A03FEB

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

Shades of Blue Violet #A03FEB

Tints of Blue Violet #A03FEB

Color information

#A03FEB (or 0xA03FEB) is unknown color: approx Blue Violet. HEX triplet: A0, 3F and EB. RGB value is (160,63,235). Sum of RGB (Red+Green+Blue) = 160+63+235=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #A03FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03FEB is #5FC014. Grayscale: #6F6F6F. Windows color (decimal): -6275093 or 15417248. OLE color: 15417248.

HSL color Cylindrical-coordinate representation of color #A03FEB: hue angle of 273.84º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03FEB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16063235-
CMYK0.320.7300.08
HSL273.84º81.13%58.43%-
HSV(B)273.84º73.19%92.16%-
XYZ31.2717.0380.24-
YUV111.61197.64162.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 63 (25% from 255) = 13.76%
BLUE value IS 235 (92.19% from 255) = 51.31%
R=34.93%
G=13.76%
B=51.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160632350.320.7300.08273.8481.1358.43
HexA03FEB204908112513a
Octal240773534011101042212172
Binary10100000111111111010111000001001001010001000100101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03FEB; }

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

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

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

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

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

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

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

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