Html Css Color HEX #A149FF Blue Violet

📋 copy color: '#A149FF'

red 161 ◦ green 73 ◦ blue 255

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

Shades of Blue Violet #A149FF

Tints of Blue Violet #A149FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 32.92%
G = 14.93%
B = 52.15%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A149FF (or 0xA149FF) is known color: Blue Violet. HEX triplet: A1, 49 and FF. RGB value is (161,73,255). Sum of RGB (Red+Green+Blue) = 161+73+255=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #A149FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149FF is #5EB600. Grayscale: #777777. Windows color (decimal): -6206977 or 16730529. OLE color: 16730529.

HSL color Cylindrical-coordinate representation of color #A149FF: hue angle of 269.01º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A149FF is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 161 73 255 -
CMYK 0.37 0.71 0 0
HSL 269.01º 1% 0.64% -
HSV(B) 269.01º 0.71% 1% -
XYZ 35.13 19.56 96.53 -
YUV 120.06 204.15 157.2 -
System Red Green Blue C M Y K H S L
Decimal 161 73 255 0.37 0.71 0 0 269.01 1 0.64
Hex A1 49 FF 25 47 0 0 10D 64 40
Octal 241 111 377 45 107 0 0 415 144 100
Binary 10100001 1001001 11111111 100101 1000111 0 0 100001101 1100100 1000000

Color Harmonies of #A149FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149FF

Black with #A149FF

Text Example


Text Example

White with #A149FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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