Html Css Color HEX #A155CE Deep Lilac

📋 copy color: '#A155CE'

red 161 ◦ green 85 ◦ blue 206

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

Shades of Deep Lilac #A155CE

Tints of Deep Lilac #A155CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 35.62%
G = 18.81%
B = 45.58%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A155CE (or 0xA155CE) is known color: Deep Lilac. HEX triplet: A1, 55 and CE. RGB value is (161,85,206). Sum of RGB (Red+Green+Blue) = 161+85+206=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #A155CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155CE is #5EAA31. Grayscale: #797979. Windows color (decimal): -6203954 or 13522337. OLE color: 13522337.

HSL color Cylindrical-coordinate representation of color #A155CE: hue angle of 277.69º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A155CE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 85 206 -
CMYK 0.22 0.59 0 0.19
HSL 277.69º 0.55% 0.57% -
HSV(B) 277.69º 0.59% 0.81% -
XYZ 29.09 18.53 60.44 -
YUV 121.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 161 85 206 0.22 0.59 0 0.19 277.69 0.55 0.57
Hex A1 55 CE 16 3B 0 13 116 37 39
Octal 241 125 316 26 73 0 23 426 67 71
Binary 10100001 1010101 11001110 10110 111011 0 10011 100010110 110111 111001

Color Harmonies of #A155CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155CE

Black with #A155CE

Text Example


Text Example

White with #A155CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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