#A333FA

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

Shades of Blue Violet #A333FA

Tints of Blue Violet #A333FA

Color information

#A333FA (or 0xA333FA) is unknown color: approx Blue Violet. HEX triplet: A3, 33 and FA. RGB value is (163,51,250). Sum of RGB (Red+Green+Blue) = 163+51+250=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #A333FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A333FA is #5CCC05. Grayscale: #6A6A6A. Windows color (decimal): -6081542 or 16397219. OLE color: 16397219.

HSL color Cylindrical-coordinate representation of color #A333FA: hue angle of 273.77º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A333FA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16351250-
CMYK0.350.8000.02
HSL273.77º95.22%59.02%-
HSV(B)273.77º79.6%98.04%-
XYZ33.5417.0691.97-
YUV107.17208.61167.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 51 (20.31% from 255) = 10.99%
BLUE value IS 250 (98.05% from 255) = 53.88%
R=35.13%
G=10.99%
B=53.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal163512500.350.8000.02273.7795.2259.02
HexA333FA2350021125f3b
Octal24363372431200242213773
Binary101000111100111111101010001110100000101000100101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A333FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A333FA; }

 p { color: rgb(163,51,250); }

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

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

 a { background-color: rgb(163,51,250); }

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

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

 span { border-color: rgb(163,51,250); }

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