Html Css Color HEX #A21EED Blue Violet

📋 copy color: '#A21EED'

red 162 ◦ green 30 ◦ blue 237

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

Shades of Blue Violet #A21EED

Tints of Blue Violet #A21EED

RGB

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

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

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

R = 37.76%
G = 6.99%
B = 55.24%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A21EED (or 0xA21EED) is known color: Blue Violet. HEX triplet: A2, 1E and ED. RGB value is (162,30,237). Sum of RGB (Red+Green+Blue) = 162+30+237=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #A21EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EED is #5DE112. Grayscale: #5C5C5C. Windows color (decimal): -6152467 or 15539874. OLE color: 15539874.

HSL color Cylindrical-coordinate representation of color #A21EED: hue angle of 278.26º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21EED is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 30 237 -
CMYK 0.32 0.87 0 0.07
HSL 278.26º 0.85% 0.52% -
HSV(B) 278.26º 0.87% 0.93% -
XYZ 30.65 14.72 81.35 -
YUV 93.07 209.23 177.17 -
System Red Green Blue C M Y K H S L
Decimal 162 30 237 0.32 0.87 0 0.07 278.26 0.85 0.52
Hex A2 1E ED 20 57 0 7 116 55 34
Octal 242 36 355 40 127 0 7 426 125 64
Binary 10100010 11110 11101101 100000 1010111 0 111 100010110 1010101 110100

Color Harmonies of #A21EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EED

Black with #A21EED

Text Example


Text Example

White with #A21EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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