Html Css Color HEX #A154BA Deep Lilac

📋 copy color: '#A154BA'

red 161 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #A154BA

Tints of Deep Lilac #A154BA

RGB

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

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

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

R = 37.35%
G = 19.49%
B = 43.16%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A154BA (or 0xA154BA) is known color: Deep Lilac. HEX triplet: A1, 54 and BA. RGB value is (161,84,186). Sum of RGB (Red+Green+Blue) = 161+84+186=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #A154BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154BA is #5EAB45. Grayscale: #767676. Windows color (decimal): -6204230 or 12211361. OLE color: 12211361.

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

Color convert

RGB 161 84 186 -
CMYK 0.13 0.55 0 0.27
HSL 285.29º 0.43% 0.53% -
HSV(B) 285.29º 0.55% 0.73% -
XYZ 26.73 17.46 48.42 -
YUV 118.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 161 84 186 0.13 0.55 0 0.27 285.29 0.43 0.53
Hex A1 54 BA D 37 0 1B 11D 2A 35
Octal 241 124 272 15 67 0 33 435 52 65
Binary 10100001 1010100 10111010 1101 110111 0 11011 100011101 101010 110101

Color Harmonies of #A154BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A154BA

Black with #A154BA

Text Example


Text Example

White with #A154BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A154BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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