Html Css Color HEX #A866BA Deep Lilac

📋 copy color: '#A866BA'

red 168 ◦ green 102 ◦ blue 186

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

Shades of Deep Lilac #A866BA

Tints of Deep Lilac #A866BA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.37%

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

R = 36.84%
G = 22.37%
B = 40.79%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A866BA (or 0xA866BA) is known color: Deep Lilac. HEX triplet: A8, 66 and BA. RGB value is (168,102,186). Sum of RGB (Red+Green+Blue) = 168+102+186=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #A866BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866BA is #579945. Grayscale: #838383. Windows color (decimal): -5740870 or 12215976. OLE color: 12215976.

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

Color convert

RGB 168 102 186 -
CMYK 0.10 0.45 0 0.27
HSL 287.14º 0.38% 0.56% -
HSV(B) 287.14º 0.45% 0.73% -
XYZ 29.76 21.37 49.01 -
YUV 131.31 158.87 154.17 -
System Red Green Blue C M Y K H S L
Decimal 168 102 186 0.10 0.45 0 0.27 287.14 0.38 0.56
Hex A8 66 BA A 2D 0 1B 11F 26 38
Octal 250 146 272 12 55 0 33 437 46 70
Binary 10101000 1100110 10111010 1010 101101 0 11011 100011111 100110 111000

Color Harmonies of #A866BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A866BA

Black with #A866BA

Text Example


Text Example

White with #A866BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A866BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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