Html Css Color HEX #A019E5 Blue Violet

📋 copy color: '#A019E5'

red 160 ◦ green 25 ◦ blue 229

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

Shades of Blue Violet #A019E5

Tints of Blue Violet #A019E5

RGB

 RED value IS 160 (62.89% from 255) = 38.65%

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

 BLUE value IS 229 (89.84% from 255) = 55.31%

R = 38.65%
G = 6.04%
B = 55.31%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A019E5 (or 0xA019E5) is known color: Blue Violet. HEX triplet: A0, 19 and E5. RGB value is (160,25,229). Sum of RGB (Red+Green+Blue) = 160+25+229=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #A019E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019E5 is #5FE61A. Grayscale: #575757. Windows color (decimal): -6284827 or 15014304. OLE color: 15014304.

HSL color Cylindrical-coordinate representation of color #A019E5: hue angle of 279.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A019E5 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 25 229 -
CMYK 0.30 0.89 0 0.10
HSL 279.71º 0.8% 0.5% -
HSV(B) 279.71º 0.89% 0.9% -
XYZ 28.99 13.83 75.27 -
YUV 88.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 160 25 229 0.30 0.89 0 0.10 279.71 0.8 0.5
Hex A0 19 E5 1E 59 0 A 118 50 32
Octal 240 31 345 36 131 0 12 430 120 62
Binary 10100000 11001 11100101 11110 1011001 0 1010 100011000 1010000 110010

Color Harmonies of #A019E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019E5

Black with #A019E5

Text Example


Text Example

White with #A019E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019E5; }

 p { color: rgb(160,25,229); }

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

background-color css

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

 a { background-color: rgb(160,25,229); }

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

border-color css

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

 span { border-color: rgb(160,25,229); }

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