Html Css Color HEX #A149AB Violet Blue

📋 copy color: '#A149AB'

red 161 ◦ green 73 ◦ blue 171

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

Shades of Violet Blue #A149AB

Tints of Violet Blue #A149AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 39.75%
G = 18.02%
B = 42.22%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A149AB (or 0xA149AB) is known color: Violet Blue. HEX triplet: A1, 49 and AB. RGB value is (161,73,171). Sum of RGB (Red+Green+Blue) = 161+73+171=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #A149AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A149AB is #5EB654. Grayscale: #6E6E6E. Windows color (decimal): -6207061 or 11225505. OLE color: 11225505.

HSL color Cylindrical-coordinate representation of color #A149AB: hue angle of 293.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A149AB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 73 171 -
CMYK 0.06 0.57 0 0.33
HSL 293.88º 0.4% 0.48% -
HSV(B) 293.88º 0.57% 0.67% -
XYZ 24.43 15.28 40.19 -
YUV 110.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 161 73 171 0.06 0.57 0 0.33 293.88 0.4 0.48
Hex A1 49 AB 6 39 0 21 126 28 30
Octal 241 111 253 6 71 0 41 446 50 60
Binary 10100001 1001001 10101011 110 111001 0 100001 100100110 101000 110000

Color Harmonies of #A149AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149AB

Black with #A149AB

Text Example


Text Example

White with #A149AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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