Html Css Color HEX #A148BA Deep Lilac

📋 copy color: '#A148BA'

red 161 ◦ green 72 ◦ blue 186

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

Shades of Deep Lilac #A148BA

Tints of Deep Lilac #A148BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.18%

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 38.42%
G = 17.18%
B = 44.39%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A148BA (or 0xA148BA) is known color: Deep Lilac. HEX triplet: A1, 48 and BA. RGB value is (161,72,186). Sum of RGB (Red+Green+Blue) = 161+72+186=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #A148BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148BA is #5EB745. Grayscale: #6F6F6F. Windows color (decimal): -6207302 or 12208289. OLE color: 12208289.

HSL color Cylindrical-coordinate representation of color #A148BA: hue angle of 286.84º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A148BA is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 72 186 -
CMYK 0.13 0.61 0 0.27
HSL 286.84º 0.45% 0.51% -
HSV(B) 286.84º 0.61% 0.73% -
XYZ 25.88 15.76 48.13 -
YUV 111.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 161 72 186 0.13 0.61 0 0.27 286.84 0.45 0.51
Hex A1 48 BA D 3D 0 1B 11F 2D 33
Octal 241 110 272 15 75 0 33 437 55 63
Binary 10100001 1001000 10111010 1101 111101 0 11011 100011111 101101 110011

Color Harmonies of #A148BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A148BA

Black with #A148BA

Text Example


Text Example

White with #A148BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A148BA; }

 p { color: rgb(161,72,186); }

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

background-color css

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

 a { background-color: rgb(161,72,186); }

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

border-color css

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

 span { border-color: rgb(161,72,186); }

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