Html Css Color HEX #A868BB Deep Lilac

📋 copy color: '#A868BB'

red 168 ◦ green 104 ◦ blue 187

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

Shades of Deep Lilac #A868BB

Tints of Deep Lilac #A868BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 36.6%
G = 22.66%
B = 40.74%

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

#A868BB (or 0xA868BB) is known color: Deep Lilac. HEX triplet: A8, 68 and BB. RGB value is (168,104,187). Sum of RGB (Red+Green+Blue) = 168+104+187=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #A868BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868BB is #579744. Grayscale: #848484. Windows color (decimal): -5740357 or 12282024. OLE color: 12282024.

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

Color convert

RGB 168 104 187 -
CMYK 0.10 0.44 0 0.27
HSL 286.27º 0.38% 0.57% -
HSV(B) 286.27º 0.44% 0.73% -
XYZ 30.07 21.81 49.64 -
YUV 132.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 168 104 187 0.10 0.44 0 0.27 286.27 0.38 0.57
Hex A8 68 BB A 2C 0 1B 11E 26 39
Octal 250 150 273 12 54 0 33 436 46 71
Binary 10101000 1101000 10111011 1010 101100 0 11011 100011110 100110 111001

Color Harmonies of #A868BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868BB

Black with #A868BB

Text Example


Text Example

White with #A868BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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