Html Css Color HEX #A86CBA Deep Lilac

📋 copy color: '#A86CBA'

red 168 ◦ green 108 ◦ blue 186

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

Shades of Deep Lilac #A86CBA

Tints of Deep Lilac #A86CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.38%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 36.36%
G = 23.38%
B = 40.26%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A86CBA (or 0xA86CBA) is known color: Deep Lilac. HEX triplet: A8, 6C and BA. RGB value is (168,108,186). Sum of RGB (Red+Green+Blue) = 168+108+186=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #A86CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CBA is #579345. Grayscale: #868686. Windows color (decimal): -5739334 or 12217512. OLE color: 12217512.

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

Color convert

RGB 168 108 186 -
CMYK 0.10 0.42 0 0.27
HSL 286.15º 0.36% 0.58% -
HSV(B) 286.15º 0.42% 0.73% -
XYZ 30.37 22.6 49.21 -
YUV 134.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 168 108 186 0.10 0.42 0 0.27 286.15 0.36 0.58
Hex A8 6C BA A 2A 0 1B 11E 24 3A
Octal 250 154 272 12 52 0 33 436 44 72
Binary 10101000 1101100 10111010 1010 101010 0 11011 100011110 100100 111010

Color Harmonies of #A86CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CBA

Black with #A86CBA

Text Example


Text Example

White with #A86CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CBA; }

 p { color: rgb(168,108,186); }

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

background-color css

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

 a { background-color: rgb(168,108,186); }

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

border-color css

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

 span { border-color: rgb(168,108,186); }

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