Html Css Color HEX #A149EC Blue Violet

📋 copy color: '#A149EC'

red 161 ◦ green 73 ◦ blue 236

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

Shades of Blue Violet #A149EC

Tints of Blue Violet #A149EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 34.26%
G = 15.53%
B = 50.21%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A149EC (or 0xA149EC) is known color: Blue Violet. HEX triplet: A1, 49 and EC. RGB value is (161,73,236). Sum of RGB (Red+Green+Blue) = 161+73+236=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #A149EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149EC is #5EB613. Grayscale: #757575. Windows color (decimal): -6206996 or 15485345. OLE color: 15485345.

HSL color Cylindrical-coordinate representation of color #A149EC: hue angle of 272.39º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A149EC is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 73 236 -
CMYK 0.32 0.69 0 0.07
HSL 272.39º 0.81% 0.61% -
HSV(B) 272.39º 0.69% 0.93% -
XYZ 32.22 18.4 81.21 -
YUV 117.89 194.65 158.75 -
System Red Green Blue C M Y K H S L
Decimal 161 73 236 0.32 0.69 0 0.07 272.39 0.81 0.61
Hex A1 49 EC 20 45 0 7 110 51 3D
Octal 241 111 354 40 105 0 7 420 121 75
Binary 10100001 1001001 11101100 100000 1000101 0 111 100010000 1010001 111101

Color Harmonies of #A149EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149EC

Black with #A149EC

Text Example


Text Example

White with #A149EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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