Html Css Color HEX #A86ABF Deep Lilac

📋 copy color: '#A86ABF'

red 168 ◦ green 106 ◦ blue 191

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

Shades of Deep Lilac #A86ABF

Tints of Deep Lilac #A86ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.8%

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

R = 36.13%
G = 22.8%
B = 41.08%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A86ABF (or 0xA86ABF) is known color: Deep Lilac. HEX triplet: A8, 6A and BF. RGB value is (168,106,191). Sum of RGB (Red+Green+Blue) = 168+106+191=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #A86ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ABF is #579540. Grayscale: #858585. Windows color (decimal): -5739841 or 12544680. OLE color: 12544680.

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

Color convert

RGB 168 106 191 -
CMYK 0.12 0.45 0 0.25
HSL 283.76º 0.4% 0.58% -
HSV(B) 283.76º 0.45% 0.75% -
XYZ 30.71 22.39 51.99 -
YUV 134.23 160.04 152.09 -
System Red Green Blue C M Y K H S L
Decimal 168 106 191 0.12 0.45 0 0.25 283.76 0.4 0.58
Hex A8 6A BF C 2D 0 19 11C 28 3A
Octal 250 152 277 14 55 0 31 434 50 72
Binary 10101000 1101010 10111111 1100 101101 0 11001 100011100 101000 111010

Color Harmonies of #A86ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86ABF

Black with #A86ABF

Text Example


Text Example

White with #A86ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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