Html Css Color HEX #A21EF1 Blue Violet

📋 copy color: '#A21EF1'

red 162 ◦ green 30 ◦ blue 241

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

Shades of Blue Violet #A21EF1

Tints of Blue Violet #A21EF1

RGB

 RED value IS 162 (63.67% from 255) = 37.41%

 GREEN value IS 30 (12.11% from 255) = 6.93%

 BLUE value IS 241 (94.53% from 255) = 55.66%

R = 37.41%
G = 6.93%
B = 55.66%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A21EF1 (or 0xA21EF1) is known color: Blue Violet. HEX triplet: A2, 1E and F1. RGB value is (162,30,241). Sum of RGB (Red+Green+Blue) = 162+30+241=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #A21EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EF1 is #5DE10E. Grayscale: #5C5C5C. Windows color (decimal): -6152463 or 15802018. OLE color: 15802018.

HSL color Cylindrical-coordinate representation of color #A21EF1: hue angle of 277.54º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21EF1 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 30 241 -
CMYK 0.33 0.88 0 0.05
HSL 277.54º 0.88% 0.53% -
HSV(B) 277.54º 0.88% 0.95% -
XYZ 31.24 14.96 84.46 -
YUV 93.52 211.23 176.84 -
System Red Green Blue C M Y K H S L
Decimal 162 30 241 0.33 0.88 0 0.05 277.54 0.88 0.53
Hex A2 1E F1 21 58 0 5 116 58 35
Octal 242 36 361 41 130 0 5 426 130 65
Binary 10100010 11110 11110001 100001 1011000 0 101 100010110 1011000 110101

Color Harmonies of #A21EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EF1

Black with #A21EF1

Text Example


Text Example

White with #A21EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EF1; }

 p { color: rgb(162,30,241); }

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

background-color css

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

 a { background-color: rgb(162,30,241); }

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

border-color css

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

 span { border-color: rgb(162,30,241); }

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