Html Css Color HEX #A149FE Blue Violet

📋 copy color: '#A149FE'

red 161 ◦ green 73 ◦ blue 254

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

Shades of Blue Violet #A149FE

Tints of Blue Violet #A149FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 32.99%
G = 14.96%
B = 52.05%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A149FE (or 0xA149FE) is known color: Blue Violet. HEX triplet: A1, 49 and FE. RGB value is (161,73,254). Sum of RGB (Red+Green+Blue) = 161+73+254=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #A149FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149FE is #5EB601. Grayscale: #777777. Windows color (decimal): -6206978 or 16664993. OLE color: 16664993.

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

Color convert

RGB 161 73 254 -
CMYK 0.37 0.71 0 0.00
HSL 269.17º 0.99% 0.64% -
HSV(B) 269.17º 0.71% 1% -
XYZ 34.97 19.5 95.69 -
YUV 119.95 203.65 157.28 -
System Red Green Blue C M Y K H S L
Decimal 161 73 254 0.37 0.71 0 0.00 269.17 0.99 0.64
Hex A1 49 FE 25 47 0 0 10D 63 40
Octal 241 111 376 45 107 0 0 415 143 100
Binary 10100001 1001001 11111110 100101 1000111 0 0 100001101 1100011 1000000

Color Harmonies of #A149FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149FE

Black with #A149FE

Text Example


Text Example

White with #A149FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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