Html Css Color HEX #A160BB Deep Lilac

📋 copy color: '#A160BB'

red 161 ◦ green 96 ◦ blue 187

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

Shades of Deep Lilac #A160BB

Tints of Deep Lilac #A160BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 36.26%
G = 21.62%
B = 42.12%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A160BB (or 0xA160BB) is known color: Deep Lilac. HEX triplet: A1, 60 and BB. RGB value is (161,96,187). Sum of RGB (Red+Green+Blue) = 161+96+187=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #A160BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160BB is #5E9F44. Grayscale: #7D7D7D. Windows color (decimal): -6201157 or 12279969. OLE color: 12279969.

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

Color convert

RGB 161 96 187 -
CMYK 0.14 0.49 0 0.27
HSL 282.86º 0.4% 0.55% -
HSV(B) 282.86º 0.49% 0.73% -
XYZ 27.85 19.53 49.32 -
YUV 125.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 161 96 187 0.14 0.49 0 0.27 282.86 0.4 0.55
Hex A1 60 BB E 31 0 1B 11B 28 37
Octal 241 140 273 16 61 0 33 433 50 67
Binary 10100001 1100000 10111011 1110 110001 0 11011 100011011 101000 110111

Color Harmonies of #A160BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A160BB

Black with #A160BB

Text Example


Text Example

White with #A160BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A160BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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