Html Css Color HEX #A860BE Deep Lilac

📋 copy color: '#A860BE'

red 168 ◦ green 96 ◦ blue 190

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

Shades of Deep Lilac #A860BE

Tints of Deep Lilac #A860BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 37%
G = 21.15%
B = 41.85%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A860BE (or 0xA860BE) is known color: Deep Lilac. HEX triplet: A8, 60 and BE. RGB value is (168,96,190). Sum of RGB (Red+Green+Blue) = 168+96+190=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A860BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860BE is #579F41. Grayscale: #7F7F7F. Windows color (decimal): -5742402 or 12476584. OLE color: 12476584.

HSL color Cylindrical-coordinate representation of color #A860BE: hue angle of 285.96º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A860BE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 96 190 -
CMYK 0.12 0.49 0 0.25
HSL 285.96º 0.42% 0.56% -
HSV(B) 285.96º 0.49% 0.75% -
XYZ 29.63 20.41 51.09 -
YUV 128.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 168 96 190 0.12 0.49 0 0.25 285.96 0.42 0.56
Hex A8 60 BE C 31 0 19 11E 2A 38
Octal 250 140 276 14 61 0 31 436 52 70
Binary 10101000 1100000 10111110 1100 110001 0 11001 100011110 101010 111000

Color Harmonies of #A860BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860BE

Black with #A860BE

Text Example


Text Example

White with #A860BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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