#A841B1

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

Shades of Deep Lilac #A841B1

Tints of Deep Lilac #A841B1

Color information

#A841B1 (or 0xA841B1) is unknown color: approx Deep Lilac. HEX triplet: A8, 41 and B1. RGB value is (168,65,177). Sum of RGB (Red+Green+Blue) = 168+65+177=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #A841B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A841B1 is #57BE4E. Grayscale: #6C6C6C. Windows color (decimal): -5750351 or 11616680. OLE color: 11616680.

HSL color Cylindrical-coordinate representation of color #A841B1: hue angle of 295.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A841B1 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16865177-
CMYK0.050.6300.31
HSL295.18º46.28%47.45%-
HSV(B)295.18º63.28%69.41%-
XYZ25.9715.2843.18-
YUV108.56166.62170.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.98%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 177 (69.53% from 255) = 43.17%
R=40.98%
G=15.85%
B=43.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168651770.050.6300.31295.1846.2847.45
HexA841B153F01F1272e2f
Octal2501012615770374475657
Binary10101000100000110110001101111111011111100100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A841B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A841B1; }

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

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

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

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

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

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

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

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