Html Css Color HEX #A163BA Deep Lilac

📋 copy color: '#A163BA'

red 161 ◦ green 99 ◦ blue 186

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

Shades of Deep Lilac #A163BA

Tints of Deep Lilac #A163BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.7%

R = 36.1%
G = 22.2%
B = 41.7%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A163BA (or 0xA163BA) is known color: Deep Lilac. HEX triplet: A1, 63 and BA. RGB value is (161,99,186). Sum of RGB (Red+Green+Blue) = 161+99+186=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #A163BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163BA is #5E9C45. Grayscale: #7F7F7F. Windows color (decimal): -6200390 or 12215201. OLE color: 12215201.

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

Color convert

RGB 161 99 186 -
CMYK 0.13 0.47 0 0.27
HSL 282.76º 0.39% 0.56% -
HSV(B) 282.76º 0.47% 0.73% -
XYZ 28.02 20.05 48.85 -
YUV 127.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 161 99 186 0.13 0.47 0 0.27 282.76 0.39 0.56
Hex A1 63 BA D 2F 0 1B 11B 27 38
Octal 241 143 272 15 57 0 33 433 47 70
Binary 10100001 1100011 10111010 1101 101111 0 11011 100011011 100111 111000

Color Harmonies of #A163BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163BA

Black with #A163BA

Text Example


Text Example

White with #A163BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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