Html Css Color HEX #A04EF9 Blue Violet

📋 copy color: '#A04EF9'

red 160 ◦ green 78 ◦ blue 249

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

Shades of Blue Violet #A04EF9

Tints of Blue Violet #A04EF9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.02%

 BLUE value IS 249 (97.66% from 255) = 51.13%

R = 32.85%
G = 16.02%
B = 51.13%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A04EF9 (or 0xA04EF9) is known color: Blue Violet. HEX triplet: A0, 4E and F9. RGB value is (160,78,249). Sum of RGB (Red+Green+Blue) = 160+78+249=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #A04EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04EF9 is #5FB106. Grayscale: #797979. Windows color (decimal): -6271239 or 16338592. OLE color: 16338592.

HSL color Cylindrical-coordinate representation of color #A04EF9: hue angle of 268.77º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04EF9 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 78 249 -
CMYK 0.36 0.69 0 0.02
HSL 268.77º 0.93% 0.64% -
HSV(B) 268.77º 0.69% 0.98% -
XYZ 34.32 19.76 91.63 -
YUV 122.01 199.67 155.1 -
System Red Green Blue C M Y K H S L
Decimal 160 78 249 0.36 0.69 0 0.02 268.77 0.93 0.64
Hex A0 4E F9 24 45 0 2 10D 5D 40
Octal 240 116 371 44 105 0 2 415 135 100
Binary 10100000 1001110 11111001 100100 1000101 0 10 100001101 1011101 1000000

Color Harmonies of #A04EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04EF9

Black with #A04EF9

Text Example


Text Example

White with #A04EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04EF9; }

 p { color: rgb(160,78,249); }

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

background-color css

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

 a { background-color: rgb(160,78,249); }

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

border-color css

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

 span { border-color: rgb(160,78,249); }

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