Html Css Color HEX #A149BE Deep Lilac

📋 copy color: '#A149BE'

red 161 ◦ green 73 ◦ blue 190

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

Shades of Deep Lilac #A149BE

Tints of Deep Lilac #A149BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 37.97%
G = 17.22%
B = 44.81%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A149BE (or 0xA149BE) is known color: Deep Lilac. HEX triplet: A1, 49 and BE. RGB value is (161,73,190). Sum of RGB (Red+Green+Blue) = 161+73+190=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #A149BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149BE is #5EB641. Grayscale: #707070. Windows color (decimal): -6207042 or 12470689. OLE color: 12470689.

HSL color Cylindrical-coordinate representation of color #A149BE: hue angle of 285.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A149BE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 73 190 -
CMYK 0.15 0.62 0 0.25
HSL 285.13º 0.47% 0.52% -
HSV(B) 285.13º 0.62% 0.75% -
XYZ 26.37 16.06 50.42 -
YUV 112.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 161 73 190 0.15 0.62 0 0.25 285.13 0.47 0.52
Hex A1 49 BE F 3E 0 19 11D 2F 34
Octal 241 111 276 17 76 0 31 435 57 64
Binary 10100001 1001001 10111110 1111 111110 0 11001 100011101 101111 110100

Color Harmonies of #A149BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A149BE

Black with #A149BE

Text Example


Text Example

White with #A149BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A149BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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