Html Css Color HEX #A154BD Deep Lilac

📋 copy color: '#A154BD'

red 161 ◦ green 84 ◦ blue 189

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

Shades of Deep Lilac #A154BD

Tints of Deep Lilac #A154BD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.35%

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 37.1%
G = 19.35%
B = 43.55%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A154BD (or 0xA154BD) is known color: Deep Lilac. HEX triplet: A1, 54 and BD. RGB value is (161,84,189). Sum of RGB (Red+Green+Blue) = 161+84+189=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #A154BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154BD is #5EAB42. Grayscale: #767676. Windows color (decimal): -6204227 or 12407969. OLE color: 12407969.

HSL color Cylindrical-coordinate representation of color #A154BD: hue angle of 284º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A154BD is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 84 189 -
CMYK 0.15 0.56 0 0.26
HSL 284º 0.44% 0.54% -
HSV(B) 284º 0.56% 0.74% -
XYZ 27.05 17.59 50.11 -
YUV 118.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 161 84 189 0.15 0.56 0 0.26 284 0.44 0.54
Hex A1 54 BD F 38 0 1A 11C 2C 36
Octal 241 124 275 17 70 0 32 434 54 66
Binary 10100001 1010100 10111101 1111 111000 0 11010 100011100 101100 110110

Color Harmonies of #A154BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A154BD

Black with #A154BD

Text Example


Text Example

White with #A154BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A154BD; }

 p { color: rgb(161,84,189); }

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

background-color css

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

 a { background-color: rgb(161,84,189); }

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

border-color css

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

 span { border-color: rgb(161,84,189); }

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