Html Css Color HEX #A040BA Deep Lilac

📋 copy color: '#A040BA'

red 160 ◦ green 64 ◦ blue 186

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

Shades of Deep Lilac #A040BA

Tints of Deep Lilac #A040BA

RGB

 RED value IS 160 (62.89% from 255) = 39.02%

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

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

R = 39.02%
G = 15.61%
B = 45.37%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A040BA (or 0xA040BA) is known color: Deep Lilac. HEX triplet: A0, 40 and BA. RGB value is (160,64,186). Sum of RGB (Red+Green+Blue) = 160+64+186=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #A040BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040BA is #5FBF45. Grayscale: #6A6A6A. Windows color (decimal): -6274886 or 12206240. OLE color: 12206240.

HSL color Cylindrical-coordinate representation of color #A040BA: hue angle of 287.21º 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 #A040BA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 64 186 -
CMYK 0.14 0.66 0 0.27
HSL 287.21º 0.49% 0.49% -
HSV(B) 287.21º 0.66% 0.73% -
XYZ 25.19 14.69 47.96 -
YUV 106.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 160 64 186 0.14 0.66 0 0.27 287.21 0.49 0.49
Hex A0 40 BA E 42 0 1B 11F 31 31
Octal 240 100 272 16 102 0 33 437 61 61
Binary 10100000 1000000 10111010 1110 1000010 0 11011 100011111 110001 110001

Color Harmonies of #A040BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040BA

Black with #A040BA

Text Example


Text Example

White with #A040BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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