Html Css Color HEX #A86EBA Deep Lilac

📋 copy color: '#A86EBA'

red 168 ◦ green 110 ◦ blue 186

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

Shades of Deep Lilac #A86EBA

Tints of Deep Lilac #A86EBA

RGB

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

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

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

R = 36.21%
G = 23.71%
B = 40.09%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A86EBA (or 0xA86EBA) is known color: Deep Lilac. HEX triplet: A8, 6E and BA. RGB value is (168,110,186). Sum of RGB (Red+Green+Blue) = 168+110+186=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #A86EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EBA is #579145. Grayscale: #878787. Windows color (decimal): -5738822 or 12218024. OLE color: 12218024.

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

Color convert

RGB 168 110 186 -
CMYK 0.10 0.41 0 0.27
HSL 285.79º 0.36% 0.58% -
HSV(B) 285.79º 0.41% 0.73% -
XYZ 30.59 23.02 49.29 -
YUV 136.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 168 110 186 0.10 0.41 0 0.27 285.79 0.36 0.58
Hex A8 6E BA A 29 0 1B 11E 24 3A
Octal 250 156 272 12 51 0 33 436 44 72
Binary 10101000 1101110 10111010 1010 101001 0 11011 100011110 100100 111010

Color Harmonies of #A86EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EBA

Black with #A86EBA

Text Example


Text Example

White with #A86EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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