#A421EE

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

Shades of Blue Violet #A421EE

Tints of Blue Violet #A421EE

Color information

#A421EE (or 0xA421EE) is unknown color: approx Blue Violet. HEX triplet: A4, 21 and EE. RGB value is (164,33,238). Sum of RGB (Red+Green+Blue) = 164+33+238=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #A421EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A421EE is #5BDE11. Grayscale: #5E5E5E. Windows color (decimal): -6020626 or 15606180. OLE color: 15606180.

HSL color Cylindrical-coordinate representation of color #A421EE: hue angle of 278.34º degrees, saturation: 0.86, 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 #A421EE is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16433238-
CMYK0.310.8600.07
HSL278.34º85.77%53.14%-
HSV(B)278.34º86.13%93.33%-
XYZ31.2915.1582.16-
YUV95.54208.4176.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 33 (13.28% from 255) = 7.59%
BLUE value IS 238 (93.36% from 255) = 54.71%
R=37.70%
G=7.59%
B=54.71%

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
Decimal164332380.310.8600.07278.3485.7753.14
HexA421EE1F56071165635
Octal24441356371260742612665
Binary101001001000011110111011111101011001111000101101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A421EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A421EE; }

 p { color: rgb(164,33,238); }

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

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

 a { background-color: rgb(164,33,238); }

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

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

 span { border-color: rgb(164,33,238); }

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