Html Css Color HEX #A864BA Deep Lilac

📋 copy color: '#A864BA'

red 168 ◦ green 100 ◦ blue 186

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

Shades of Deep Lilac #A864BA

Tints of Deep Lilac #A864BA

RGB

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

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

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

R = 37%
G = 22.03%
B = 40.97%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A864BA (or 0xA864BA) is known color: Deep Lilac. HEX triplet: A8, 64 and BA. RGB value is (168,100,186). Sum of RGB (Red+Green+Blue) = 168+100+186=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #A864BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864BA is #579B45. Grayscale: #818181. Windows color (decimal): -5741382 or 12215464. OLE color: 12215464.

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

Color convert

RGB 168 100 186 -
CMYK 0.10 0.46 0 0.27
HSL 287.44º 0.38% 0.56% -
HSV(B) 287.44º 0.46% 0.73% -
XYZ 29.57 20.98 48.95 -
YUV 130.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 168 100 186 0.10 0.46 0 0.27 287.44 0.38 0.56
Hex A8 64 BA A 2E 0 1B 11F 26 38
Octal 250 144 272 12 56 0 33 437 46 70
Binary 10101000 1100100 10111010 1010 101110 0 11011 100011111 100110 111000

Color Harmonies of #A864BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A864BA

Black with #A864BA

Text Example


Text Example

White with #A864BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A864BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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