Html Css Color HEX #A864BD Deep Lilac

📋 copy color: '#A864BD'

red 168 ◦ green 100 ◦ blue 189

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

Shades of Deep Lilac #A864BD

Tints of Deep Lilac #A864BD

RGB

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

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

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

R = 36.76%
G = 21.88%
B = 41.36%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A864BD (or 0xA864BD) is known color: Deep Lilac. HEX triplet: A8, 64 and BD. RGB value is (168,100,189). Sum of RGB (Red+Green+Blue) = 168+100+189=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #A864BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864BD is #579B42. Grayscale: #828282. Windows color (decimal): -5741379 or 12412072. OLE color: 12412072.

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

Color convert

RGB 168 100 189 -
CMYK 0.11 0.47 0 0.26
HSL 285.84º 0.4% 0.57% -
HSV(B) 285.84º 0.47% 0.74% -
XYZ 29.89 21.11 50.64 -
YUV 130.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 168 100 189 0.11 0.47 0 0.26 285.84 0.4 0.57
Hex A8 64 BD B 2F 0 1A 11E 28 39
Octal 250 144 275 13 57 0 32 436 50 71
Binary 10101000 1100100 10111101 1011 101111 0 11010 100011110 101000 111001

Color Harmonies of #A864BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A864BD

Black with #A864BD

Text Example


Text Example

White with #A864BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A864BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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