Html Css Color HEX #A86EBD Deep Lilac

📋 copy color: '#A86EBD'

red 168 ◦ green 110 ◦ blue 189

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

Shades of Deep Lilac #A86EBD

Tints of Deep Lilac #A86EBD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 35.97%
G = 23.55%
B = 40.47%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A86EBD (or 0xA86EBD) is known color: Deep Lilac. HEX triplet: A8, 6E and BD. RGB value is (168,110,189). Sum of RGB (Red+Green+Blue) = 168+110+189=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #A86EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EBD is #579142. Grayscale: #888888. Windows color (decimal): -5738819 or 12414632. OLE color: 12414632.

HSL color Cylindrical-coordinate representation of color #A86EBD: hue angle of 284.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86EBD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 110 189 -
CMYK 0.11 0.42 0 0.26
HSL 284.05º 0.37% 0.59% -
HSV(B) 284.05º 0.42% 0.74% -
XYZ 30.91 23.15 50.98 -
YUV 136.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 168 110 189 0.11 0.42 0 0.26 284.05 0.37 0.59
Hex A8 6E BD B 2A 0 1A 11C 25 3B
Octal 250 156 275 13 52 0 32 434 45 73
Binary 10101000 1101110 10111101 1011 101010 0 11010 100011100 100101 111011

Color Harmonies of #A86EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EBD

Black with #A86EBD

Text Example


Text Example

White with #A86EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EBD; }

 p { color: rgb(168,110,189); }

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

background-color css

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

 a { background-color: rgb(168,110,189); }

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

border-color css

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

 span { border-color: rgb(168,110,189); }

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