Html Css Color HEX #A161BC Deep Lilac

📋 copy color: '#A161BC'

red 161 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #A161BC

Tints of Deep Lilac #A161BC

RGB

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

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

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

R = 36.1%
G = 21.75%
B = 42.15%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A161BC (or 0xA161BC) is known color: Deep Lilac. HEX triplet: A1, 61 and BC. RGB value is (161,97,188). Sum of RGB (Red+Green+Blue) = 161+97+188=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #A161BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161BC is #5E9E43. Grayscale: #7E7E7E. Windows color (decimal): -6200900 or 12345761. OLE color: 12345761.

HSL color Cylindrical-coordinate representation of color #A161BC: hue angle of 282.2º degrees, saturation: 0.4, 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 #A161BC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 97 188 -
CMYK 0.14 0.48 0 0.26
HSL 282.2º 0.4% 0.56% -
HSV(B) 282.2º 0.48% 0.74% -
XYZ 28.05 19.76 49.91 -
YUV 126.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 161 97 188 0.14 0.48 0 0.26 282.2 0.4 0.56
Hex A1 61 BC E 30 0 1A 11A 28 38
Octal 241 141 274 16 60 0 32 432 50 70
Binary 10100001 1100001 10111100 1110 110000 0 11010 100011010 101000 111000

Color Harmonies of #A161BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A161BC

Black with #A161BC

Text Example


Text Example

White with #A161BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A161BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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