Html Css Color HEX #A86BBA Deep Lilac

📋 copy color: '#A86BBA'

red 168 ◦ green 107 ◦ blue 186

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

Shades of Deep Lilac #A86BBA

Tints of Deep Lilac #A86BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.21%

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

R = 36.44%
G = 23.21%
B = 40.35%

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

#A86BBA (or 0xA86BBA) is known color: Deep Lilac. HEX triplet: A8, 6B and BA. RGB value is (168,107,186). Sum of RGB (Red+Green+Blue) = 168+107+186=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #A86BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BBA is #579445. Grayscale: #858585. Windows color (decimal): -5739590 or 12217256. OLE color: 12217256.

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

Color convert

RGB 168 107 186 -
CMYK 0.10 0.42 0 0.27
HSL 286.33º 0.36% 0.57% -
HSV(B) 286.33º 0.42% 0.73% -
XYZ 30.27 22.39 49.18 -
YUV 134.25 157.21 152.08 -
System Red Green Blue C M Y K H S L
Decimal 168 107 186 0.10 0.42 0 0.27 286.33 0.36 0.57
Hex A8 6B BA A 2A 0 1B 11E 24 39
Octal 250 153 272 12 52 0 33 436 44 71
Binary 10101000 1101011 10111010 1010 101010 0 11011 100011110 100100 111001

Color Harmonies of #A86BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BBA

Black with #A86BBA

Text Example


Text Example

White with #A86BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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