Html Css Color HEX #A161B7 Deep Lilac

📋 copy color: '#A161B7'

red 161 ◦ green 97 ◦ blue 183

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

Shades of Deep Lilac #A161B7

Tints of Deep Lilac #A161B7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22%

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 36.51%
G = 22%
B = 41.5%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A161B7 (or 0xA161B7) is known color: Deep Lilac. HEX triplet: A1, 61 and B7. RGB value is (161,97,183). Sum of RGB (Red+Green+Blue) = 161+97+183=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #A161B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161B7 is #5E9E48. Grayscale: #7D7D7D. Windows color (decimal): -6200905 or 12018081. OLE color: 12018081.

HSL color Cylindrical-coordinate representation of color #A161B7: hue angle of 284.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A161B7 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 97 183 -
CMYK 0.12 0.47 0 0.28
HSL 284.65º 0.37% 0.55% -
HSV(B) 284.65º 0.47% 0.72% -
XYZ 27.52 19.55 47.12 -
YUV 125.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 161 97 183 0.12 0.47 0 0.28 284.65 0.37 0.55
Hex A1 61 B7 C 2F 0 1C 11D 25 37
Octal 241 141 267 14 57 0 34 435 45 67
Binary 10100001 1100001 10110111 1100 101111 0 11100 100011101 100101 110111

Color Harmonies of #A161B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A161B7

Black with #A161B7

Text Example


Text Example

White with #A161B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A161B7; }

 p { color: rgb(161,97,183); }

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

background-color css

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

 a { background-color: rgb(161,97,183); }

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

border-color css

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

 span { border-color: rgb(161,97,183); }

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