Html Css Color HEX #A149F7 Blue Violet

📋 copy color: '#A149F7'

red 161 ◦ green 73 ◦ blue 247

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

Shades of Blue Violet #A149F7

Tints of Blue Violet #A149F7

RGB

 RED value IS 161 (63.28% from 255) = 33.47%

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

 BLUE value IS 247 (96.88% from 255) = 51.35%

R = 33.47%
G = 15.18%
B = 51.35%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A149F7 (or 0xA149F7) is known color: Blue Violet. HEX triplet: A1, 49 and F7. RGB value is (161,73,247). Sum of RGB (Red+Green+Blue) = 161+73+247=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #A149F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149F7 is #5EB608. Grayscale: #767676. Windows color (decimal): -6206985 or 16206241. OLE color: 16206241.

HSL color Cylindrical-coordinate representation of color #A149F7: hue angle of 270.34º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A149F7 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 73 247 -
CMYK 0.35 0.70 0 0.03
HSL 270.34º 0.92% 0.63% -
HSV(B) 270.34º 0.7% 0.97% -
XYZ 33.87 19.06 89.89 -
YUV 119.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 161 73 247 0.35 0.70 0 0.03 270.34 0.92 0.63
Hex A1 49 F7 23 46 0 3 10E 5C 3F
Octal 241 111 367 43 106 0 3 416 134 77
Binary 10100001 1001001 11110111 100011 1000110 0 11 100001110 1011100 111111

Color Harmonies of #A149F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149F7

Black with #A149F7

Text Example


Text Example

White with #A149F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149F7; }

 p { color: rgb(161,73,247); }

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

background-color css

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

 a { background-color: rgb(161,73,247); }

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

border-color css

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

 span { border-color: rgb(161,73,247); }

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