Html Css Color HEX #A155BE Deep Lilac

📋 copy color: '#A155BE'

red 161 ◦ green 85 ◦ blue 190

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

Shades of Deep Lilac #A155BE

Tints of Deep Lilac #A155BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 36.93%
G = 19.5%
B = 43.58%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A155BE (or 0xA155BE) is known color: Deep Lilac. HEX triplet: A1, 55 and BE. RGB value is (161,85,190). Sum of RGB (Red+Green+Blue) = 161+85+190=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #A155BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155BE is #5EAA41. Grayscale: #777777. Windows color (decimal): -6203970 or 12473761. OLE color: 12473761.

HSL color Cylindrical-coordinate representation of color #A155BE: hue angle of 283.43º 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 #A155BE is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 85 190 -
CMYK 0.15 0.55 0 0.25
HSL 283.43º 0.45% 0.54% -
HSV(B) 283.43º 0.55% 0.75% -
XYZ 27.24 17.79 50.71 -
YUV 119.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 161 85 190 0.15 0.55 0 0.25 283.43 0.45 0.54
Hex A1 55 BE F 37 0 19 11B 2D 36
Octal 241 125 276 17 67 0 31 433 55 66
Binary 10100001 1010101 10111110 1111 110111 0 11001 100011011 101101 110110

Color Harmonies of #A155BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155BE

Black with #A155BE

Text Example


Text Example

White with #A155BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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