Html Css Color HEX #A163BC Deep Lilac

📋 copy color: '#A163BC'

red 161 ◦ green 99 ◦ blue 188

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

Shades of Deep Lilac #A163BC

Tints of Deep Lilac #A163BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 35.94%
G = 22.1%
B = 41.96%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A163BC (or 0xA163BC) is known color: Deep Lilac. HEX triplet: A1, 63 and BC. RGB value is (161,99,188). Sum of RGB (Red+Green+Blue) = 161+99+188=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #A163BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163BC is #5E9C43. Grayscale: #7F7F7F. Windows color (decimal): -6200388 or 12346273. OLE color: 12346273.

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

Color convert

RGB 161 99 188 -
CMYK 0.14 0.47 0 0.26
HSL 281.8º 0.4% 0.56% -
HSV(B) 281.8º 0.47% 0.74% -
XYZ 28.24 20.13 49.97 -
YUV 127.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 161 99 188 0.14 0.47 0 0.26 281.8 0.4 0.56
Hex A1 63 BC E 2F 0 1A 11A 28 38
Octal 241 143 274 16 57 0 32 432 50 70
Binary 10100001 1100011 10111100 1110 101111 0 11010 100011010 101000 111000

Color Harmonies of #A163BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A163BC

Black with #A163BC

Text Example


Text Example

White with #A163BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A163BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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