Html Css Color HEX #A049F6 Blue Violet

📋 copy color: '#A049F6'

red 160 ◦ green 73 ◦ blue 246

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

Shades of Blue Violet #A049F6

Tints of Blue Violet #A049F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.36%

R = 33.4%
G = 15.24%
B = 51.36%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A049F6 (or 0xA049F6) is known color: Blue Violet. HEX triplet: A0, 49 and F6. RGB value is (160,73,246). Sum of RGB (Red+Green+Blue) = 160+73+246=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 246 (96.48% from 255 or 51.36% from 479); Max value from RGB is 246 - color contains mainly: blue. Hex color #A049F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049F6 is #5FB609. Grayscale: #767676. Windows color (decimal): -6272522 or 16140704. OLE color: 16140704.

HSL color Cylindrical-coordinate representation of color #A049F6: hue angle of 270.17º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A049F6 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 73 246 -
CMYK 0.35 0.70 0 0.04
HSL 270.17º 0.91% 0.63% -
HSV(B) 270.17º 0.7% 0.96% -
XYZ 33.51 18.89 89.07 -
YUV 118.74 199.82 157.43 -
System Red Green Blue C M Y K H S L
Decimal 160 73 246 0.35 0.70 0 0.04 270.17 0.91 0.63
Hex A0 49 F6 23 46 0 4 10E 5B 3F
Octal 240 111 366 43 106 0 4 416 133 77
Binary 10100000 1001001 11110110 100011 1000110 0 100 100001110 1011011 111111

Color Harmonies of #A049F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049F6

Black with #A049F6

Text Example


Text Example

White with #A049F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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