Html Css Color HEX #A149EE Blue Violet

📋 copy color: '#A149EE'

red 161 ◦ green 73 ◦ blue 238

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

Shades of Blue Violet #A149EE

Tints of Blue Violet #A149EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 34.11%
G = 15.47%
B = 50.42%

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

#A149EE (or 0xA149EE) is known color: Blue Violet. HEX triplet: A1, 49 and EE. RGB value is (161,73,238). Sum of RGB (Red+Green+Blue) = 161+73+238=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #A149EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149EE is #5EB611. Grayscale: #757575. Windows color (decimal): -6206994 or 15616417. OLE color: 15616417.

HSL color Cylindrical-coordinate representation of color #A149EE: hue angle of 272º degrees, saturation: 0.83, 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 #A149EE is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 73 238 -
CMYK 0.32 0.69 0 0.07
HSL 272º 0.83% 0.61% -
HSV(B) 272º 0.69% 0.93% -
XYZ 32.51 18.52 82.75 -
YUV 118.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 161 73 238 0.32 0.69 0 0.07 272 0.83 0.61
Hex A1 49 EE 20 45 0 7 110 53 3D
Octal 241 111 356 40 105 0 7 420 123 75
Binary 10100001 1001001 11101110 100000 1000101 0 111 100010000 1010011 111101

Color Harmonies of #A149EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149EE

Black with #A149EE

Text Example


Text Example

White with #A149EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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