Html Css Color HEX #A219ED Blue Violet

📋 copy color: '#A219ED'

red 162 ◦ green 25 ◦ blue 237

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

Shades of Blue Violet #A219ED

Tints of Blue Violet #A219ED

RGB

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

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

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

R = 38.21%
G = 5.9%
B = 55.9%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A219ED (or 0xA219ED) is known color: Blue Violet. HEX triplet: A2, 19 and ED. RGB value is (162,25,237). Sum of RGB (Red+Green+Blue) = 162+25+237=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #A219ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A219ED is #5DE612. Grayscale: #595959. Windows color (decimal): -6153747 or 15538594. OLE color: 15538594.

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

Color convert

RGB 162 25 237 -
CMYK 0.32 0.89 0 0.07
HSL 278.77º 0.85% 0.51% -
HSV(B) 278.77º 0.89% 0.93% -
XYZ 30.53 14.49 81.31 -
YUV 90.13 210.89 179.26 -
System Red Green Blue C M Y K H S L
Decimal 162 25 237 0.32 0.89 0 0.07 278.77 0.85 0.51
Hex A2 19 ED 20 59 0 7 117 55 33
Octal 242 31 355 40 131 0 7 427 125 63
Binary 10100010 11001 11101101 100000 1011001 0 111 100010111 1010101 110011

Color Harmonies of #A219ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A219ED

Black with #A219ED

Text Example


Text Example

White with #A219ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A219ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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