#A841BA

Color #A841BA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A841BA

Tints of Deep Lilac #A841BA

Color information

#A841BA (or 0xA841BA) is unknown color: approx Deep Lilac. HEX triplet: A8, 41 and BA. RGB value is (168,65,186). Sum of RGB (Red+Green+Blue) = 168+65+186=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #A841BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841BA is #57BE45. Grayscale: #6D6D6D. Windows color (decimal): -5750342 or 12206504. OLE color: 12206504.

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

Color convert

RGB16865186-
CMYK0.100.6500.27
HSL291.07º48.21%49.22%-
HSV(B)291.07º65.05%72.94%-
XYZ26.915.6548.06-
YUV109.59171.12169.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.10%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=40.10%
G=15.51%
B=44.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168651860.100.6500.27291.0748.2149.22
HexA841BAA4101B1233031
Octal250101272121010334436061
Binary1010100010000011011101010101000001011011100100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A841BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A841BA; }

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

 H1.HeaderClassName
 {
   color: #A841BA;
 }
 .AnyTagClassName
 {
   color: #A841BA;
 }
</style>
background-color css

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

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

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

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

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

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