Html Css Color HEX #A21AE8 Blue Violet

📋 copy color: '#A21AE8'

red 162 ◦ green 26 ◦ blue 232

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

Shades of Blue Violet #A21AE8

Tints of Blue Violet #A21AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 55.24%

R = 38.57%
G = 6.19%
B = 55.24%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A21AE8 (or 0xA21AE8) is known color: Blue Violet. HEX triplet: A2, 1A and E8. RGB value is (162,26,232). Sum of RGB (Red+Green+Blue) = 162+26+232=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 232 (91.02% from 255 or 55.24% from 420); Max value from RGB is 232 - color contains mainly: blue. Hex color #A21AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21AE8 is #5DE517. Grayscale: #595959. Windows color (decimal): -6153496 or 15211170. OLE color: 15211170.

HSL color Cylindrical-coordinate representation of color #A21AE8: hue angle of 279.61º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21AE8 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 26 232 -
CMYK 0.30 0.89 0 0.09
HSL 279.61º 0.82% 0.51% -
HSV(B) 279.61º 0.89% 0.91% -
XYZ 29.84 14.25 77.52 -
YUV 90.15 208.06 179.25 -
System Red Green Blue C M Y K H S L
Decimal 162 26 232 0.30 0.89 0 0.09 279.61 0.82 0.51
Hex A2 1A E8 1E 59 0 9 118 52 33
Octal 242 32 350 36 131 0 11 430 122 63
Binary 10100010 11010 11101000 11110 1011001 0 1001 100011000 1010010 110011

Color Harmonies of #A21AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21AE8

Black with #A21AE8

Text Example


Text Example

White with #A21AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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