Html Css Color HEX #A860BA Deep Lilac

📋 copy color: '#A860BA'

red 168 ◦ green 96 ◦ blue 186

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

Shades of Deep Lilac #A860BA

Tints of Deep Lilac #A860BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.33%

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

R = 37.33%
G = 21.33%
B = 41.33%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A860BA (or 0xA860BA) is known color: Deep Lilac. HEX triplet: A8, 60 and BA. RGB value is (168,96,186). Sum of RGB (Red+Green+Blue) = 168+96+186=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #A860BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860BA is #579F45. Grayscale: #7F7F7F. Windows color (decimal): -5742406 or 12214440. OLE color: 12214440.

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

Color convert

RGB 168 96 186 -
CMYK 0.10 0.48 0 0.27
HSL 288º 0.39% 0.55% -
HSV(B) 288º 0.48% 0.73% -
XYZ 29.19 20.24 48.82 -
YUV 127.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 168 96 186 0.10 0.48 0 0.27 288 0.39 0.55
Hex A8 60 BA A 30 0 1B 120 27 37
Octal 250 140 272 12 60 0 33 440 47 67
Binary 10101000 1100000 10111010 1010 110000 0 11011 100100000 100111 110111

Color Harmonies of #A860BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860BA

Black with #A860BA

Text Example


Text Example

White with #A860BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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