Html Css Color HEX #A039F9 Blue Violet

📋 copy color: '#A039F9'

red 160 ◦ green 57 ◦ blue 249

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

Shades of Blue Violet #A039F9

Tints of Blue Violet #A039F9

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.23%

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

R = 34.33%
G = 12.23%
B = 53.43%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A039F9 (or 0xA039F9) is known color: Blue Violet. HEX triplet: A0, 39 and F9. RGB value is (160,57,249). Sum of RGB (Red+Green+Blue) = 160+57+249=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #A039F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039F9 is #5FC606. Grayscale: #6D6D6D. Windows color (decimal): -6276615 or 16333216. OLE color: 16333216.

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

Color convert

RGB 160 57 249 -
CMYK 0.36 0.77 0 0.02
HSL 272.19º 0.94% 0.6% -
HSV(B) 272.19º 0.77% 0.98% -
XYZ 33.06 17.24 91.21 -
YUV 109.69 206.62 163.89 -
System Red Green Blue C M Y K H S L
Decimal 160 57 249 0.36 0.77 0 0.02 272.19 0.94 0.6
Hex A0 39 F9 24 4D 0 2 110 5E 3C
Octal 240 71 371 44 115 0 2 420 136 74
Binary 10100000 111001 11111001 100100 1001101 0 10 100010000 1011110 111100

Color Harmonies of #A039F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A039F9

Black with #A039F9

Text Example


Text Example

White with #A039F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A039F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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