Html Css Color HEX #A049EC Blue Violet

📋 copy color: '#A049EC'

red 160 ◦ green 73 ◦ blue 236

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

Shades of Blue Violet #A049EC

Tints of Blue Violet #A049EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 34.12%
G = 15.57%
B = 50.32%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A049EC (or 0xA049EC) is known color: Blue Violet. HEX triplet: A0, 49 and EC. RGB value is (160,73,236). Sum of RGB (Red+Green+Blue) = 160+73+236=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #A049EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049EC is #5FB613. Grayscale: #757575. Windows color (decimal): -6272532 or 15485344. OLE color: 15485344.

HSL color Cylindrical-coordinate representation of color #A049EC: hue angle of 272.02º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A049EC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 73 236 -
CMYK 0.32 0.69 0 0.07
HSL 272.02º 0.81% 0.61% -
HSV(B) 272.02º 0.69% 0.93% -
XYZ 32.02 18.29 81.2 -
YUV 117.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 160 73 236 0.32 0.69 0 0.07 272.02 0.81 0.61
Hex A0 49 EC 20 45 0 7 110 51 3D
Octal 240 111 354 40 105 0 7 420 121 75
Binary 10100000 1001001 11101100 100000 1000101 0 111 100010000 1010001 111101

Color Harmonies of #A049EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049EC

Black with #A049EC

Text Example


Text Example

White with #A049EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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