Html Css Color HEX #A149EB Blue Violet

📋 copy color: '#A149EB'

red 161 ◦ green 73 ◦ blue 235

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

Shades of Blue Violet #A149EB

Tints of Blue Violet #A149EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 34.33%
G = 15.57%
B = 50.11%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A149EB (or 0xA149EB) is known color: Blue Violet. HEX triplet: A1, 49 and EB. RGB value is (161,73,235). Sum of RGB (Red+Green+Blue) = 161+73+235=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #A149EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149EB is #5EB614. Grayscale: #757575. Windows color (decimal): -6206997 or 15419809. OLE color: 15419809.

HSL color Cylindrical-coordinate representation of color #A149EB: hue angle of 272.59º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A149EB is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 73 235 -
CMYK 0.31 0.69 0 0.08
HSL 272.59º 0.8% 0.6% -
HSV(B) 272.59º 0.69% 0.92% -
XYZ 32.08 18.34 80.45 -
YUV 117.78 194.15 158.83 -
System Red Green Blue C M Y K H S L
Decimal 161 73 235 0.31 0.69 0 0.08 272.59 0.8 0.6
Hex A1 49 EB 1F 45 0 8 111 50 3C
Octal 241 111 353 37 105 0 10 421 120 74
Binary 10100001 1001001 11101011 11111 1000101 0 1000 100010001 1010000 111100

Color Harmonies of #A149EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149EB

Black with #A149EB

Text Example


Text Example

White with #A149EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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