Html Css Color HEX #A019FE Blue Violet

📋 copy color: '#A019FE'

red 160 ◦ green 25 ◦ blue 254

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

Shades of Blue Violet #A019FE

Tints of Blue Violet #A019FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.86%

R = 36.45%
G = 5.69%
B = 57.86%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A019FE (or 0xA019FE) is known color: Blue Violet. HEX triplet: A0, 19 and FE. RGB value is (160,25,254). Sum of RGB (Red+Green+Blue) = 160+25+254=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #A019FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A019FE is #5FE601. Grayscale: #5A5A5A. Windows color (decimal): -6284802 or 16652704. OLE color: 16652704.

HSL color Cylindrical-coordinate representation of color #A019FE: hue angle of 275.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A019FE is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 25 254 -
CMYK 0.37 0.90 0 0.00
HSL 275.37º 0.99% 0.55% -
HSV(B) 275.37º 0.9% 1% -
XYZ 32.73 15.32 95 -
YUV 91.47 219.73 176.88 -
System Red Green Blue C M Y K H S L
Decimal 160 25 254 0.37 0.90 0 0.00 275.37 0.99 0.55
Hex A0 19 FE 25 5A 0 0 113 63 37
Octal 240 31 376 45 132 0 0 423 143 67
Binary 10100000 11001 11111110 100101 1011010 0 0 100010011 1100011 110111

Color Harmonies of #A019FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A019FE

Black with #A019FE

Text Example


Text Example

White with #A019FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A019FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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