Html Css Color HEX #A163BD Deep Lilac

📋 copy color: '#A163BD'

red 161 ◦ green 99 ◦ blue 189

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

Shades of Deep Lilac #A163BD

Tints of Deep Lilac #A163BD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

 BLUE value IS 189 (74.22% from 255) = 42.09%

R = 35.86%
G = 22.05%
B = 42.09%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A163BD (or 0xA163BD) is known color: Deep Lilac. HEX triplet: A1, 63 and BD. RGB value is (161,99,189). Sum of RGB (Red+Green+Blue) = 161+99+189=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #A163BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163BD is #5E9C42. Grayscale: #7F7F7F. Windows color (decimal): -6200387 or 12411809. OLE color: 12411809.

HSL color Cylindrical-coordinate representation of color #A163BD: hue angle of 281.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A163BD is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 99 189 -
CMYK 0.15 0.48 0 0.26
HSL 281.33º 0.41% 0.56% -
HSV(B) 281.33º 0.48% 0.74% -
XYZ 28.35 20.17 50.54 -
YUV 127.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 161 99 189 0.15 0.48 0 0.26 281.33 0.41 0.56
Hex A1 63 BD F 30 0 1A 119 29 38
Octal 241 143 275 17 60 0 32 431 51 70
Binary 10100001 1100011 10111101 1111 110000 0 11010 100011001 101001 111000

Color Harmonies of #A163BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163BD

Black with #A163BD

Text Example


Text Example

White with #A163BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163BD; }

 p { color: rgb(161,99,189); }

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

background-color css

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

 a { background-color: rgb(161,99,189); }

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

border-color css

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

 span { border-color: rgb(161,99,189); }

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