Html Css Color HEX #A155CC Deep Lilac

📋 copy color: '#A155CC'

red 161 ◦ green 85 ◦ blue 204

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

Shades of Deep Lilac #A155CC

Tints of Deep Lilac #A155CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 35.78%
G = 18.89%
B = 45.33%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A155CC (or 0xA155CC) is known color: Deep Lilac. HEX triplet: A1, 55 and CC. RGB value is (161,85,204). Sum of RGB (Red+Green+Blue) = 161+85+204=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #A155CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155CC is #5EAA33. Grayscale: #787878. Windows color (decimal): -6203956 or 13391265. OLE color: 13391265.

HSL color Cylindrical-coordinate representation of color #A155CC: hue angle of 278.32º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A155CC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 85 204 -
CMYK 0.21 0.58 0 0.2
HSL 278.32º 0.54% 0.57% -
HSV(B) 278.32º 0.58% 0.8% -
XYZ 28.85 18.43 59.16 -
YUV 121.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 161 85 204 0.21 0.58 0 0.2 278.32 0.54 0.57
Hex A1 55 CC 15 3A 0 14 116 36 39
Octal 241 125 314 25 72 0 24 426 66 71
Binary 10100001 1010101 11001100 10101 111010 0 10100 100010110 110110 111001

Color Harmonies of #A155CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A155CC

Black with #A155CC

Text Example


Text Example

White with #A155CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A155CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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