Html Css Color HEX #A149FB Blue Violet

📋 copy color: '#A149FB'

red 161 ◦ green 73 ◦ blue 251

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

Shades of Blue Violet #A149FB

Tints of Blue Violet #A149FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 33.2%
G = 15.05%
B = 51.75%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A149FB (or 0xA149FB) is known color: Blue Violet. HEX triplet: A1, 49 and FB. RGB value is (161,73,251). Sum of RGB (Red+Green+Blue) = 161+73+251=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #A149FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149FB is #5EB604. Grayscale: #767676. Windows color (decimal): -6206981 or 16468385. OLE color: 16468385.

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

Color convert

RGB 161 73 251 -
CMYK 0.36 0.71 0 0.02
HSL 269.66º 0.96% 0.64% -
HSV(B) 269.66º 0.71% 0.98% -
XYZ 34.49 19.31 93.18 -
YUV 119.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 161 73 251 0.36 0.71 0 0.02 269.66 0.96 0.64
Hex A1 49 FB 24 47 0 2 10E 60 40
Octal 241 111 373 44 107 0 2 416 140 100
Binary 10100001 1001001 11111011 100100 1000111 0 10 100001110 1100000 1000000

Color Harmonies of #A149FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149FB

Black with #A149FB

Text Example


Text Example

White with #A149FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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