Html Css Color HEX #A049EF Blue Violet

📋 copy color: '#A049EF'

red 160 ◦ green 73 ◦ blue 239

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

Shades of Blue Violet #A049EF

Tints of Blue Violet #A049EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 33.9%
G = 15.47%
B = 50.64%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A049EF (or 0xA049EF) is known color: Blue Violet. HEX triplet: A0, 49 and EF. RGB value is (160,73,239). Sum of RGB (Red+Green+Blue) = 160+73+239=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #A049EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049EF is #5FB610. Grayscale: #757575. Windows color (decimal): -6272529 or 15681952. OLE color: 15681952.

HSL color Cylindrical-coordinate representation of color #A049EF: hue angle of 271.45º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A049EF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 73 239 -
CMYK 0.33 0.69 0 0.06
HSL 271.45º 0.84% 0.61% -
HSV(B) 271.45º 0.69% 0.94% -
XYZ 32.46 18.47 83.52 -
YUV 117.94 196.32 158 -
System Red Green Blue C M Y K H S L
Decimal 160 73 239 0.33 0.69 0 0.06 271.45 0.84 0.61
Hex A0 49 EF 21 45 0 6 10F 54 3D
Octal 240 111 357 41 105 0 6 417 124 75
Binary 10100000 1001001 11101111 100001 1000101 0 110 100001111 1010100 111101

Color Harmonies of #A049EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A049EF

Black with #A049EF

Text Example


Text Example

White with #A049EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A049EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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