Html Css Color HEX #A864BE Deep Lilac

📋 copy color: '#A864BE'

red 168 ◦ green 100 ◦ blue 190

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

Shades of Deep Lilac #A864BE

Tints of Deep Lilac #A864BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.83%

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

R = 36.68%
G = 21.83%
B = 41.48%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A864BE (or 0xA864BE) is known color: Deep Lilac. HEX triplet: A8, 64 and BE. RGB value is (168,100,190). Sum of RGB (Red+Green+Blue) = 168+100+190=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #A864BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864BE is #579B41. Grayscale: #828282. Windows color (decimal): -5741378 or 12477608. OLE color: 12477608.

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

Color convert

RGB 168 100 190 -
CMYK 0.12 0.47 0 0.25
HSL 285.33º 0.41% 0.57% -
HSV(B) 285.33º 0.47% 0.75% -
XYZ 30 21.16 51.22 -
YUV 130.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 168 100 190 0.12 0.47 0 0.25 285.33 0.41 0.57
Hex A8 64 BE C 2F 0 19 11D 29 39
Octal 250 144 276 14 57 0 31 435 51 71
Binary 10101000 1100100 10111110 1100 101111 0 11001 100011101 101001 111001

Color Harmonies of #A864BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A864BE

Black with #A864BE

Text Example


Text Example

White with #A864BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A864BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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