Html Css Color HEX #A049F3 Blue Violet

📋 copy color: '#A049F3'

red 160 ◦ green 73 ◦ blue 243

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

Shades of Blue Violet #A049F3

Tints of Blue Violet #A049F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.05%

R = 33.61%
G = 15.34%
B = 51.05%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A049F3 (or 0xA049F3) is known color: Blue Violet. HEX triplet: A0, 49 and F3. RGB value is (160,73,243). Sum of RGB (Red+Green+Blue) = 160+73+243=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #A049F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049F3 is #5FB60C. Grayscale: #757575. Windows color (decimal): -6272525 or 15944096. OLE color: 15944096.

HSL color Cylindrical-coordinate representation of color #A049F3: hue angle of 270.71º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A049F3 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 73 243 -
CMYK 0.34 0.70 0 0.05
HSL 270.71º 0.88% 0.62% -
HSV(B) 270.71º 0.7% 0.95% -
XYZ 33.06 18.71 86.66 -
YUV 118.39 198.32 157.68 -
System Red Green Blue C M Y K H S L
Decimal 160 73 243 0.34 0.70 0 0.05 270.71 0.88 0.62
Hex A0 49 F3 22 46 0 5 10F 58 3E
Octal 240 111 363 42 106 0 5 417 130 76
Binary 10100000 1001001 11110011 100010 1000110 0 101 100001111 1011000 111110

Color Harmonies of #A049F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049F3

Black with #A049F3

Text Example


Text Example

White with #A049F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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