#A321EC

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

Shades of Blue Violet #A321EC

Tints of Blue Violet #A321EC

Color information

#A321EC (or 0xA321EC) is unknown color: approx Blue Violet. HEX triplet: A3, 21 and EC. RGB value is (163,33,236). Sum of RGB (Red+Green+Blue) = 163+33+236=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #A321EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321EC is #5CDE13. Grayscale: #5E5E5E. Windows color (decimal): -6086164 or 15475107. OLE color: 15475107.

HSL color Cylindrical-coordinate representation of color #A321EC: hue angle of 278.42º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A321EC is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16333236-
CMYK0.310.8600.07
HSL278.42º84.23%52.75%-
HSV(B)278.42º86.02%92.55%-
XYZ30.7914.9380.62-
YUV95.01207.57176.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 33 (13.28% from 255) = 7.64%
BLUE value IS 236 (92.58% from 255) = 54.63%
R=37.73%
G=7.64%
B=54.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal163332360.310.8600.07278.4284.2352.75
HexA321EC1F56071165435
Octal24341354371260742612465
Binary101000111000011110110011111101011001111000101101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A321EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A321EC; }

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

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

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

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

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

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

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

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