Html Css Color HEX #A866BD Deep Lilac

📋 copy color: '#A866BD'

red 168 ◦ green 102 ◦ blue 189

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

Shades of Deep Lilac #A866BD

Tints of Deep Lilac #A866BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 36.6%
G = 22.22%
B = 41.18%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A866BD (or 0xA866BD) is known color: Deep Lilac. HEX triplet: A8, 66 and BD. RGB value is (168,102,189). Sum of RGB (Red+Green+Blue) = 168+102+189=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #A866BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866BD is #579942. Grayscale: #838383. Windows color (decimal): -5740867 or 12412584. OLE color: 12412584.

HSL color Cylindrical-coordinate representation of color #A866BD: hue angle of 285.52º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A866BD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 102 189 -
CMYK 0.11 0.46 0 0.26
HSL 285.52º 0.4% 0.57% -
HSV(B) 285.52º 0.46% 0.74% -
XYZ 30.09 21.5 50.71 -
YUV 131.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 168 102 189 0.11 0.46 0 0.26 285.52 0.4 0.57
Hex A8 66 BD B 2E 0 1A 11E 28 39
Octal 250 146 275 13 56 0 32 436 50 71
Binary 10101000 1100110 10111101 1011 101110 0 11010 100011110 101000 111001

Color Harmonies of #A866BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A866BD

Black with #A866BD

Text Example


Text Example

White with #A866BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A866BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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