Html Css Color HEX #A86FB9 Deep Lilac

📋 copy color: '#A86FB9'

red 168 ◦ green 111 ◦ blue 185

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

Shades of Deep Lilac #A86FB9

Tints of Deep Lilac #A86FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

 BLUE value IS 185 (72.66% from 255) = 39.87%

R = 36.21%
G = 23.92%
B = 39.87%

CMYK

 C value IS 0.09

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A86FB9 (or 0xA86FB9) is known color: Deep Lilac. HEX triplet: A8, 6F and B9. RGB value is (168,111,185). Sum of RGB (Red+Green+Blue) = 168+111+185=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #A86FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FB9 is #579046. Grayscale: #888888. Windows color (decimal): -5738567 or 12152744. OLE color: 12152744.

HSL color Cylindrical-coordinate representation of color #A86FB9: hue angle of 286.22º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86FB9 is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 111 185 -
CMYK 0.09 0.4 0 0.27
HSL 286.22º 0.35% 0.58% -
HSV(B) 286.22º 0.4% 0.73% -
XYZ 30.59 23.2 48.76 -
YUV 136.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 168 111 185 0.09 0.4 0 0.27 286.22 0.35 0.58
Hex A8 6F B9 9 28 0 1B 11E 23 3A
Octal 250 157 271 11 50 0 33 436 43 72
Binary 10101000 1101111 10111001 1001 101000 0 11011 100011110 100011 111010

Color Harmonies of #A86FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FB9

Black with #A86FB9

Text Example


Text Example

White with #A86FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FB9; }

 p { color: rgb(168,111,185); }

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

background-color css

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

 a { background-color: rgb(168,111,185); }

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

border-color css

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

 span { border-color: rgb(168,111,185); }

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