Html Css Color HEX #A421EE Blue Violet

📋 copy color: '#A421EE'

red 164 ◦ green 33 ◦ blue 238

#A421EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A421EE

Tints of Blue Violet #A421EE

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

 GREEN value IS 33 (13.28% from 255) = 7.59%

 BLUE value IS 238 (93.36% from 255) = 54.71%

R = 37.7%
G = 7.59%
B = 54.71%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A421EE (or 0xA421EE) is known color: 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

RGB 164 33 238 -
CMYK 0.31 0.86 0 0.07
HSL 278.34º 0.86% 0.53% -
HSV(B) 278.34º 0.86% 0.93% -
XYZ 31.29 15.15 82.16 -
YUV 95.54 208.4 176.83 -
System Red Green Blue C M Y K H S L
Decimal 164 33 238 0.31 0.86 0 0.07 278.34 0.86 0.53
Hex A4 21 EE 1F 56 0 7 116 56 35
Octal 244 41 356 37 126 0 7 426 126 65
Binary 10100100 100001 11101110 11111 1010110 0 111 100010110 1010110 110101

Color Harmonies of #A421EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421EE

Black with #A421EE

Text Example


Text Example

White with #A421EE

Text Example


Text Example

HTML Codes & Css Web 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>