Html Css Color HEX #A049FC Blue Violet

📋 copy color: '#A049FC'

red 160 ◦ green 73 ◦ blue 252

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

Shades of Blue Violet #A049FC

Tints of Blue Violet #A049FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.96%

R = 32.99%
G = 15.05%
B = 51.96%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A049FC (or 0xA049FC) is known color: Blue Violet. HEX triplet: A0, 49 and FC. RGB value is (160,73,252). Sum of RGB (Red+Green+Blue) = 160+73+252=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #A049FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049FC is #5FB603. Grayscale: #767676. Windows color (decimal): -6272516 or 16533920. OLE color: 16533920.

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

Color convert

RGB 160 73 252 -
CMYK 0.37 0.71 0 0.01
HSL 269.16º 0.97% 0.64% -
HSV(B) 269.16º 0.71% 0.99% -
XYZ 34.45 19.27 94 -
YUV 119.42 202.82 156.95 -
System Red Green Blue C M Y K H S L
Decimal 160 73 252 0.37 0.71 0 0.01 269.16 0.97 0.64
Hex A0 49 FC 25 47 0 1 10D 61 40
Octal 240 111 374 45 107 0 1 415 141 100
Binary 10100000 1001001 11111100 100101 1000111 0 1 100001101 1100001 1000000

Color Harmonies of #A049FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049FC

Black with #A049FC

Text Example


Text Example

White with #A049FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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