Html Css Color HEX #A155B7 Deep Lilac

📋 copy color: '#A155B7'

red 161 ◦ green 85 ◦ blue 183

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

Shades of Deep Lilac #A155B7

Tints of Deep Lilac #A155B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.66%

R = 37.53%
G = 19.81%
B = 42.66%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A155B7 (or 0xA155B7) is known color: Deep Lilac. HEX triplet: A1, 55 and B7. RGB value is (161,85,183). Sum of RGB (Red+Green+Blue) = 161+85+183=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 183 - color contains mainly: blue. Hex color #A155B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155B7 is #5EAA48. Grayscale: #767676. Windows color (decimal): -6203977 or 12015009. OLE color: 12015009.

HSL color Cylindrical-coordinate representation of color #A155B7: hue angle of 286.53º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A155B7 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 85 183 -
CMYK 0.12 0.54 0 0.28
HSL 286.53º 0.4% 0.53% -
HSV(B) 286.53º 0.54% 0.72% -
XYZ 26.49 17.49 46.78 -
YUV 118.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 161 85 183 0.12 0.54 0 0.28 286.53 0.4 0.53
Hex A1 55 B7 C 36 0 1C 11F 28 35
Octal 241 125 267 14 66 0 34 437 50 65
Binary 10100001 1010101 10110111 1100 110110 0 11100 100011111 101000 110101

Color Harmonies of #A155B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155B7

Black with #A155B7

Text Example


Text Example

White with #A155B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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