#A841BB

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

Shades of Deep Lilac #A841BB

Tints of Deep Lilac #A841BB

Color information

#A841BB (or 0xA841BB) is unknown color: approx Deep Lilac. HEX triplet: A8, 41 and BB. RGB value is (168,65,187). Sum of RGB (Red+Green+Blue) = 168+65+187=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #A841BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841BB is #57BE44. Grayscale: #6D6D6D. Windows color (decimal): -5750341 or 12272040. OLE color: 12272040.

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

Color convert

RGB16865187-
CMYK0.100.6500.27
HSL290.66º48.41%49.41%-
HSV(B)290.66º65.24%73.33%-
XYZ27.0115.6948.62-
YUV109.7171.62169.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 187 (73.44% from 255) = 44.52%
R=40%
G=15.48%
B=44.52%

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
Decimal168651870.100.6500.27290.6648.4149.41
HexA841BBA4101B1233031
Octal250101273121010334436061
Binary1010100010000011011101110101000001011011100100011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A841BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A841BB; }

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

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

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

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

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

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

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

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