Html Css Color HEX #A160B9 Deep Lilac

📋 copy color: '#A160B9'

red 161 ◦ green 96 ◦ blue 185

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

Shades of Deep Lilac #A160B9

Tints of Deep Lilac #A160B9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 36.43%
G = 21.72%
B = 41.86%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A160B9 (or 0xA160B9) is known color: Deep Lilac. HEX triplet: A1, 60 and B9. RGB value is (161,96,185). Sum of RGB (Red+Green+Blue) = 161+96+185=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #A160B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160B9 is #5E9F46. Grayscale: #7D7D7D. Windows color (decimal): -6201159 or 12148897. OLE color: 12148897.

HSL color Cylindrical-coordinate representation of color #A160B9: hue angle of 283.82º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A160B9 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 96 185 -
CMYK 0.13 0.48 0 0.27
HSL 283.82º 0.39% 0.55% -
HSV(B) 283.82º 0.48% 0.73% -
XYZ 27.64 19.45 48.2 -
YUV 125.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 161 96 185 0.13 0.48 0 0.27 283.82 0.39 0.55
Hex A1 60 B9 D 30 0 1B 11C 27 37
Octal 241 140 271 15 60 0 33 434 47 67
Binary 10100001 1100000 10111001 1101 110000 0 11011 100011100 100111 110111

Color Harmonies of #A160B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A160B9

Black with #A160B9

Text Example


Text Example

White with #A160B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A160B9; }

 p { color: rgb(161,96,185); }

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

background-color css

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

 a { background-color: rgb(161,96,185); }

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

border-color css

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

 span { border-color: rgb(161,96,185); }

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