Html Css Color HEX #A856BF Deep Lilac

📋 copy color: '#A856BF'

red 168 ◦ green 86 ◦ blue 191

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

Shades of Deep Lilac #A856BF

Tints of Deep Lilac #A856BF

RGB

 RED value IS 168 (66.02% from 255) = 37.75%

 GREEN value IS 86 (33.98% from 255) = 19.33%

 BLUE value IS 191 (75% from 255) = 42.92%

R = 37.75%
G = 19.33%
B = 42.92%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A856BF (or 0xA856BF) is known color: Deep Lilac. HEX triplet: A8, 56 and BF. RGB value is (168,86,191). Sum of RGB (Red+Green+Blue) = 168+86+191=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #A856BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A856BF is #57A940. Grayscale: #7A7A7A. Windows color (decimal): -5744961 or 12539560. OLE color: 12539560.

HSL color Cylindrical-coordinate representation of color #A856BF: hue angle of 286.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A856BF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 86 191 -
CMYK 0.12 0.55 0 0.25
HSL 286.86º 0.45% 0.54% -
HSV(B) 286.86º 0.55% 0.75% -
XYZ 28.88 18.74 51.39 -
YUV 122.49 166.67 160.46 -
System Red Green Blue C M Y K H S L
Decimal 168 86 191 0.12 0.55 0 0.25 286.86 0.45 0.54
Hex A8 56 BF C 37 0 19 11F 2D 36
Octal 250 126 277 14 67 0 31 437 55 66
Binary 10101000 1010110 10111111 1100 110111 0 11001 100011111 101101 110110

Color Harmonies of #A856BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856BF

Black with #A856BF

Text Example


Text Example

White with #A856BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856BF; }

 p { color: rgb(168,86,191); }

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

background-color css

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

 a { background-color: rgb(168,86,191); }

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

border-color css

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

 span { border-color: rgb(168,86,191); }

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