Html Css Color HEX #A21EE4 Blue Violet

📋 copy color: '#A21EE4'

red 162 ◦ green 30 ◦ blue 228

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

Shades of Blue Violet #A21EE4

Tints of Blue Violet #A21EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 54.29%

R = 38.57%
G = 7.14%
B = 54.29%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A21EE4 (or 0xA21EE4) is known color: Blue Violet. HEX triplet: A2, 1E and E4. RGB value is (162,30,228). Sum of RGB (Red+Green+Blue) = 162+30+228=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #A21EE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21EE4 is #5DE11B. Grayscale: #5B5B5B. Windows color (decimal): -6152476 or 14950050. OLE color: 14950050.

HSL color Cylindrical-coordinate representation of color #A21EE4: hue angle of 280º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21EE4 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 30 228 -
CMYK 0.29 0.87 0 0.11
HSL 280º 0.79% 0.51% -
HSV(B) 280º 0.87% 0.89% -
XYZ 29.37 14.21 74.59 -
YUV 92.04 204.73 177.9 -
System Red Green Blue C M Y K H S L
Decimal 162 30 228 0.29 0.87 0 0.11 280 0.79 0.51
Hex A2 1E E4 1D 57 0 B 118 4F 33
Octal 242 36 344 35 127 0 13 430 117 63
Binary 10100010 11110 11100100 11101 1010111 0 1011 100011000 1001111 110011

Color Harmonies of #A21EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EE4

Black with #A21EE4

Text Example


Text Example

White with #A21EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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