#A049EE

Color #A049EE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A049EE

Tints of Blue Violet #A049EE

Color information

#A049EE (or 0xA049EE) is unknown color: approx Blue Violet. HEX triplet: A0, 49 and EE. RGB value is (160,73,238). Sum of RGB (Red+Green+Blue) = 160+73+238=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #A049EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A049EE is #5FB611. Grayscale: #757575. Windows color (decimal): -6272530 or 15616416. OLE color: 15616416.

HSL color Cylindrical-coordinate representation of color #A049EE: hue angle of 271.64º degrees, saturation: 0.83, 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 #A049EE is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16073238-
CMYK0.330.6900.07
HSL271.64º82.91%60.98%-
HSV(B)271.64º69.33%93.33%-
XYZ32.3118.4182.74-
YUV117.82195.82158.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 73 (28.91% from 255) = 15.50%
BLUE value IS 238 (93.36% from 255) = 50.53%
R=33.97%
G=15.50%
B=50.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160732380.330.6900.07271.6482.9160.98
HexA049EE214507110533d
Octal240111356411050742012375
Binary10100000100100111101110100001100010101111000100001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A049EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A049EE; }

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

 H1.HeaderClassName
 {
   color: #A049EE;
 }
 .AnyTagClassName
 {
   color: #A049EE;
 }
</style>
background-color css

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

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

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

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

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

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