Html Css Color HEX #A019EC Blue Violet

📋 copy color: '#A019EC'

red 160 ◦ green 25 ◦ blue 236

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

Shades of Blue Violet #A019EC

Tints of Blue Violet #A019EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.06%

R = 38%
G = 5.94%
B = 56.06%

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

#A019EC (or 0xA019EC) is known color: Blue Violet. HEX triplet: A0, 19 and EC. RGB value is (160,25,236). Sum of RGB (Red+Green+Blue) = 160+25+236=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #A019EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019EC is #5FE613. Grayscale: #585858. Windows color (decimal): -6284820 or 15473056. OLE color: 15473056.

HSL color Cylindrical-coordinate representation of color #A019EC: hue angle of 278.39º 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 #A019EC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 25 236 -
CMYK 0.32 0.89 0 0.07
HSL 278.39º 0.85% 0.51% -
HSV(B) 278.39º 0.89% 0.93% -
XYZ 29.99 14.22 80.52 -
YUV 89.42 210.73 178.34 -
System Red Green Blue C M Y K H S L
Decimal 160 25 236 0.32 0.89 0 0.07 278.39 0.85 0.51
Hex A0 19 EC 20 59 0 7 116 55 33
Octal 240 31 354 40 131 0 7 426 125 63
Binary 10100000 11001 11101100 100000 1011001 0 111 100010110 1010101 110011

Color Harmonies of #A019EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019EC

Black with #A019EC

Text Example


Text Example

White with #A019EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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