Html Css Color HEX #A449F9 Blue Violet

📋 copy color: '#A449F9'

red 164 ◦ green 73 ◦ blue 249

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

Shades of Blue Violet #A449F9

Tints of Blue Violet #A449F9

RGB

 RED value IS 164 (64.45% from 255) = 33.74%

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

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

R = 33.74%
G = 15.02%
B = 51.23%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A449F9 (or 0xA449F9) is known color: Blue Violet. HEX triplet: A4, 49 and F9. RGB value is (164,73,249). Sum of RGB (Red+Green+Blue) = 164+73+249=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #A449F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A449F9 is #5BB606. Grayscale: #777777. Windows color (decimal): -6010375 or 16337316. OLE color: 16337316.

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

Color convert

RGB 164 73 249 -
CMYK 0.34 0.71 0 0.02
HSL 271.02º 0.94% 0.63% -
HSV(B) 271.02º 0.71% 0.98% -
XYZ 34.79 19.5 91.55 -
YUV 120.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 164 73 249 0.34 0.71 0 0.02 271.02 0.94 0.63
Hex A4 49 F9 22 47 0 2 10F 5E 3F
Octal 244 111 371 42 107 0 2 417 136 77
Binary 10100100 1001001 11111001 100010 1000111 0 10 100001111 1011110 111111

Color Harmonies of #A449F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449F9

Black with #A449F9

Text Example


Text Example

White with #A449F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449F9; }

 p { color: rgb(164,73,249); }

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

background-color css

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

 a { background-color: rgb(164,73,249); }

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

border-color css

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

 span { border-color: rgb(164,73,249); }

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