Html Css Color HEX #A840BA Deep Lilac

📋 copy color: '#A840BA'

red 168 ◦ green 64 ◦ blue 186

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

Shades of Deep Lilac #A840BA

Tints of Deep Lilac #A840BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

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

R = 40.19%
G = 15.31%
B = 44.5%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A840BA (or 0xA840BA) is known color: Deep Lilac. HEX triplet: A8, 40 and BA. RGB value is (168,64,186). Sum of RGB (Red+Green+Blue) = 168+64+186=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #A840BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840BA is #57BF45. Grayscale: #6C6C6C. Windows color (decimal): -5750598 or 12206248. OLE color: 12206248.

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

Color convert

RGB 168 64 186 -
CMYK 0.10 0.66 0 0.27
HSL 291.15º 0.49% 0.49% -
HSV(B) 291.15º 0.66% 0.73% -
XYZ 26.84 15.54 48.04 -
YUV 109 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 168 64 186 0.10 0.66 0 0.27 291.15 0.49 0.49
Hex A8 40 BA A 42 0 1B 123 31 31
Octal 250 100 272 12 102 0 33 443 61 61
Binary 10101000 1000000 10111010 1010 1000010 0 11011 100100011 110001 110001

Color Harmonies of #A840BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A840BA

Black with #A840BA

Text Example


Text Example

White with #A840BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A840BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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