Html Css Color HEX #A861BA Deep Lilac

📋 copy color: '#A861BA'

red 168 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #A861BA

Tints of Deep Lilac #A861BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

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

R = 37.25%
G = 21.51%
B = 41.24%

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

#A861BA (or 0xA861BA) is known color: Deep Lilac. HEX triplet: A8, 61 and BA. RGB value is (168,97,186). Sum of RGB (Red+Green+Blue) = 168+97+186=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A861BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861BA is #579E45. Grayscale: #808080. Windows color (decimal): -5742150 or 12214696. OLE color: 12214696.

HSL color Cylindrical-coordinate representation of color #A861BA: hue angle of 287.87º 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 #A861BA is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 97 186 -
CMYK 0.10 0.48 0 0.27
HSL 287.87º 0.39% 0.55% -
HSV(B) 287.87º 0.48% 0.73% -
XYZ 29.29 20.42 48.85 -
YUV 128.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 168 97 186 0.10 0.48 0 0.27 287.87 0.39 0.55
Hex A8 61 BA A 30 0 1B 120 27 37
Octal 250 141 272 12 60 0 33 440 47 67
Binary 10101000 1100001 10111010 1010 110000 0 11011 100100000 100111 110111

Color Harmonies of #A861BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A861BA

Black with #A861BA

Text Example


Text Example

White with #A861BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A861BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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