Html Css Color HEX #A421ED Blue Violet

📋 copy color: '#A421ED'

red 164 ◦ green 33 ◦ blue 237

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

Shades of Blue Violet #A421ED

Tints of Blue Violet #A421ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 37.79%
G = 7.6%
B = 54.61%

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

#A421ED (or 0xA421ED) is known color: Blue Violet. HEX triplet: A4, 21 and ED. RGB value is (164,33,237). Sum of RGB (Red+Green+Blue) = 164+33+237=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #A421ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A421ED is #5BDE12. Grayscale: #5E5E5E. Windows color (decimal): -6020627 or 15540644. OLE color: 15540644.

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

Color convert

RGB 164 33 237 -
CMYK 0.31 0.86 0 0.07
HSL 278.53º 0.85% 0.53% -
HSV(B) 278.53º 0.86% 0.93% -
XYZ 31.14 15.09 81.39 -
YUV 95.43 207.9 176.91 -
System Red Green Blue C M Y K H S L
Decimal 164 33 237 0.31 0.86 0 0.07 278.53 0.85 0.53
Hex A4 21 ED 1F 56 0 7 117 55 35
Octal 244 41 355 37 126 0 7 427 125 65
Binary 10100100 100001 11101101 11111 1010110 0 111 100010111 1010101 110101

Color Harmonies of #A421ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421ED

Black with #A421ED

Text Example


Text Example

White with #A421ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421ED; }

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

 H1.HeaderClassName
 {
   color: #A421ED;
 }
 .AnyTagClassName
 {
   color: #A421ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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