Html Css Color HEX #A868BA Deep Lilac

📋 copy color: '#A868BA'

red 168 ◦ green 104 ◦ blue 186

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

Shades of Deep Lilac #A868BA

Tints of Deep Lilac #A868BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.71%

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

R = 36.68%
G = 22.71%
B = 40.61%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A868BA (or 0xA868BA) is known color: Deep Lilac. HEX triplet: A8, 68 and BA. RGB value is (168,104,186). Sum of RGB (Red+Green+Blue) = 168+104+186=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #A868BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868BA is #579745. Grayscale: #848484. Windows color (decimal): -5740358 or 12216488. OLE color: 12216488.

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

Color convert

RGB 168 104 186 -
CMYK 0.10 0.44 0 0.27
HSL 286.83º 0.37% 0.57% -
HSV(B) 286.83º 0.44% 0.73% -
XYZ 29.96 21.77 49.08 -
YUV 132.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 168 104 186 0.10 0.44 0 0.27 286.83 0.37 0.57
Hex A8 68 BA A 2C 0 1B 11F 25 39
Octal 250 150 272 12 54 0 33 437 45 71
Binary 10101000 1101000 10111010 1010 101100 0 11011 100011111 100101 111001

Color Harmonies of #A868BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868BA

Black with #A868BA

Text Example


Text Example

White with #A868BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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