Html Css Color HEX #A219E9 Blue Violet

📋 copy color: '#A219E9'

red 162 ◦ green 25 ◦ blue 233

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

Shades of Blue Violet #A219E9

Tints of Blue Violet #A219E9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.95%

 BLUE value IS 233 (91.41% from 255) = 55.48%

R = 38.57%
G = 5.95%
B = 55.48%

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

#A219E9 (or 0xA219E9) is known color: Blue Violet. HEX triplet: A2, 19 and E9. RGB value is (162,25,233). Sum of RGB (Red+Green+Blue) = 162+25+233=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #A219E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A219E9 is #5DE616. Grayscale: #585858. Windows color (decimal): -6153751 or 15276450. OLE color: 15276450.

HSL color Cylindrical-coordinate representation of color #A219E9: hue angle of 279.52º degrees, saturation: 0.83, 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 #A219E9 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 25 233 -
CMYK 0.30 0.89 0 0.09
HSL 279.52º 0.83% 0.51% -
HSV(B) 279.52º 0.89% 0.91% -
XYZ 29.96 14.26 78.26 -
YUV 89.68 208.89 179.59 -
System Red Green Blue C M Y K H S L
Decimal 162 25 233 0.30 0.89 0 0.09 279.52 0.83 0.51
Hex A2 19 E9 1E 59 0 9 118 53 33
Octal 242 31 351 36 131 0 11 430 123 63
Binary 10100010 11001 11101001 11110 1011001 0 1001 100011000 1010011 110011

Color Harmonies of #A219E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219E9

Black with #A219E9

Text Example


Text Example

White with #A219E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219E9; }

 p { color: rgb(162,25,233); }

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

background-color css

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

 a { background-color: rgb(162,25,233); }

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

border-color css

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

 span { border-color: rgb(162,25,233); }

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