Html Css Color HEX #A868BE Deep Lilac

📋 copy color: '#A868BE'

red 168 ◦ green 104 ◦ blue 190

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

Shades of Deep Lilac #A868BE

Tints of Deep Lilac #A868BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 36.36%
G = 22.51%
B = 41.13%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A868BE (or 0xA868BE) is known color: Deep Lilac. HEX triplet: A8, 68 and BE. RGB value is (168,104,190). Sum of RGB (Red+Green+Blue) = 168+104+190=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #A868BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868BE is #579741. Grayscale: #848484. Windows color (decimal): -5740354 or 12478632. OLE color: 12478632.

HSL color Cylindrical-coordinate representation of color #A868BE: hue angle of 284.65º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A868BE is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 104 190 -
CMYK 0.12 0.45 0 0.25
HSL 284.65º 0.4% 0.58% -
HSV(B) 284.65º 0.45% 0.75% -
XYZ 30.39 21.94 51.35 -
YUV 132.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 168 104 190 0.12 0.45 0 0.25 284.65 0.4 0.58
Hex A8 68 BE C 2D 0 19 11D 28 3A
Octal 250 150 276 14 55 0 31 435 50 72
Binary 10101000 1101000 10111110 1100 101101 0 11001 100011101 101000 111010

Color Harmonies of #A868BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868BE

Black with #A868BE

Text Example


Text Example

White with #A868BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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