Html Css Color HEX #A049FE Blue Violet

📋 copy color: '#A049FE'

red 160 ◦ green 73 ◦ blue 254

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

Shades of Blue Violet #A049FE

Tints of Blue Violet #A049FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.99%

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

R = 32.85%
G = 14.99%
B = 52.16%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A049FE (or 0xA049FE) is known color: Blue Violet. HEX triplet: A0, 49 and FE. RGB value is (160,73,254). Sum of RGB (Red+Green+Blue) = 160+73+254=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #A049FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049FE is #5FB601. Grayscale: #777777. Windows color (decimal): -6272514 or 16664992. OLE color: 16664992.

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

Color convert

RGB 160 73 254 -
CMYK 0.37 0.71 0 0.00
HSL 268.84º 0.99% 0.64% -
HSV(B) 268.84º 0.71% 1% -
XYZ 34.77 19.39 95.68 -
YUV 119.65 203.82 156.78 -
System Red Green Blue C M Y K H S L
Decimal 160 73 254 0.37 0.71 0 0.00 268.84 0.99 0.64
Hex A0 49 FE 25 47 0 0 10D 63 40
Octal 240 111 376 45 107 0 0 415 143 100
Binary 10100000 1001001 11111110 100101 1000111 0 0 100001101 1100011 1000000

Color Harmonies of #A049FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049FE

Black with #A049FE

Text Example


Text Example

White with #A049FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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