Html Css Color HEX #A86ABA Deep Lilac

📋 copy color: '#A86ABA'

red 168 ◦ green 106 ◦ blue 186

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

Shades of Deep Lilac #A86ABA

Tints of Deep Lilac #A86ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.04%

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

R = 36.52%
G = 23.04%
B = 40.43%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A86ABA (or 0xA86ABA) is known color: Deep Lilac. HEX triplet: A8, 6A and BA. RGB value is (168,106,186). Sum of RGB (Red+Green+Blue) = 168+106+186=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #A86ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ABA is #579545. Grayscale: #858585. Windows color (decimal): -5739846 or 12217000. OLE color: 12217000.

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

Color convert

RGB 168 106 186 -
CMYK 0.10 0.43 0 0.27
HSL 286.5º 0.37% 0.57% -
HSV(B) 286.5º 0.43% 0.73% -
XYZ 30.17 22.18 49.15 -
YUV 133.66 157.54 152.5 -
System Red Green Blue C M Y K H S L
Decimal 168 106 186 0.10 0.43 0 0.27 286.5 0.37 0.57
Hex A8 6A BA A 2B 0 1B 11E 25 39
Octal 250 152 272 12 53 0 33 436 45 71
Binary 10101000 1101010 10111010 1010 101011 0 11011 100011110 100101 111001

Color Harmonies of #A86ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86ABA

Black with #A86ABA

Text Example


Text Example

White with #A86ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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