#A321FA

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

Shades of Blue Violet #A321FA

Tints of Blue Violet #A321FA

Color information

#A321FA (or 0xA321FA) is unknown color: approx Blue Violet. HEX triplet: A3, 21 and FA. RGB value is (163,33,250). Sum of RGB (Red+Green+Blue) = 163+33+250=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #A321FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321FA is #5CDE05. Grayscale: #5F5F5F. Windows color (decimal): -6086150 or 16392611. OLE color: 16392611.

HSL color Cylindrical-coordinate representation of color #A321FA: hue angle of 275.94º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A321FA is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16333250-
CMYK0.350.8700.02
HSL275.94º95.59%55.49%-
HSV(B)275.94º86.8%98.04%-
XYZ32.915.7891.75-
YUV96.61214.57175.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 33 (13.28% from 255) = 7.40%
BLUE value IS 250 (98.05% from 255) = 56.05%
R=36.55%
G=7.40%
B=56.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal163332500.350.8700.02275.9495.5955.49
HexA321FA2357021146037
Octal24341372431270242414067
Binary101000111000011111101010001110101110101000101001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A321FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A321FA; }

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

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

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

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

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

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

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

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