Html Css Color HEX #A21AE2 Blue Violet

📋 copy color: '#A21AE2'

red 162 ◦ green 26 ◦ blue 226

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

Shades of Blue Violet #A21AE2

Tints of Blue Violet #A21AE2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.28%

 BLUE value IS 226 (88.67% from 255) = 54.59%

R = 39.13%
G = 6.28%
B = 54.59%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A21AE2 (or 0xA21AE2) is known color: Blue Violet. HEX triplet: A2, 1A and E2. RGB value is (162,26,226). Sum of RGB (Red+Green+Blue) = 162+26+226=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 226 (88.67% from 255 or 54.59% from 414); Max value from RGB is 226 - color contains mainly: blue. Hex color #A21AE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21AE2 is #5DE51D. Grayscale: #585858. Windows color (decimal): -6153502 or 14817954. OLE color: 14817954.

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

Color convert

RGB 162 26 226 -
CMYK 0.28 0.88 0 0.11
HSL 280.8º 0.79% 0.49% -
HSV(B) 280.8º 0.88% 0.89% -
XYZ 29 13.91 73.11 -
YUV 89.46 205.06 179.74 -
System Red Green Blue C M Y K H S L
Decimal 162 26 226 0.28 0.88 0 0.11 280.8 0.79 0.49
Hex A2 1A E2 1C 58 0 B 119 4F 31
Octal 242 32 342 34 130 0 13 431 117 61
Binary 10100010 11010 11100010 11100 1011000 0 1011 100011001 1001111 110001

Color Harmonies of #A21AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AE2

Black with #A21AE2

Text Example


Text Example

White with #A21AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AE2; }

 p { color: rgb(162,26,226); }

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

background-color css

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

 a { background-color: rgb(162,26,226); }

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

border-color css

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

 span { border-color: rgb(162,26,226); }

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