Html Css Color HEX #A155BF Deep Lilac

📋 copy color: '#A155BF'

red 161 ◦ green 85 ◦ blue 191

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

Shades of Deep Lilac #A155BF

Tints of Deep Lilac #A155BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.45%

 BLUE value IS 191 (75% from 255) = 43.71%

R = 36.84%
G = 19.45%
B = 43.71%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A155BF (or 0xA155BF) is known color: Deep Lilac. HEX triplet: A1, 55 and BF. RGB value is (161,85,191). Sum of RGB (Red+Green+Blue) = 161+85+191=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #A155BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155BF is #5EAA40. Grayscale: #777777. Windows color (decimal): -6203969 or 12539297. OLE color: 12539297.

HSL color Cylindrical-coordinate representation of color #A155BF: hue angle of 283.02º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A155BF is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 85 191 -
CMYK 0.16 0.55 0 0.25
HSL 283.02º 0.45% 0.54% -
HSV(B) 283.02º 0.55% 0.75% -
XYZ 27.35 17.84 51.29 -
YUV 119.81 168.18 157.38 -
System Red Green Blue C M Y K H S L
Decimal 161 85 191 0.16 0.55 0 0.25 283.02 0.45 0.54
Hex A1 55 BF 10 37 0 19 11B 2D 36
Octal 241 125 277 20 67 0 31 433 55 66
Binary 10100001 1010101 10111111 10000 110111 0 11001 100011011 101101 110110

Color Harmonies of #A155BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155BF

Black with #A155BF

Text Example


Text Example

White with #A155BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155BF; }

 p { color: rgb(161,85,191); }

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

background-color css

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

 a { background-color: rgb(161,85,191); }

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

border-color css

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

 span { border-color: rgb(161,85,191); }

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