#A341B5

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

Shades of Deep Lilac #A341B5

Tints of Deep Lilac #A341B5

Color information

#A341B5 (or 0xA341B5) is unknown color: approx Deep Lilac. HEX triplet: A3, 41 and B5. RGB value is (163,65,181). Sum of RGB (Red+Green+Blue) = 163+65+181=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #A341B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A341B5 is #5CBE4A. Grayscale: #6B6B6B. Windows color (decimal): -6078027 or 11878819. OLE color: 11878819.

HSL color Cylindrical-coordinate representation of color #A341B5: hue angle of 290.69º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A341B5 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16365181-
CMYK0.100.6400.29
HSL290.69º47.15%48.24%-
HSV(B)290.69º64.09%70.98%-
XYZ25.3414.945.26-
YUV107.53169.47167.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.85%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 181 (71.09% from 255) = 44.25%
R=39.85%
G=15.89%
B=44.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163651810.100.6400.29290.6947.1548.24
HexA341B5A4001D1232f30
Octal243101265121000354435760
Binary1010001110000011011010110101000000011101100100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A341B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A341B5; }

 p { color: rgb(163,65,181); }

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

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

 a { background-color: rgb(163,65,181); }

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

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

 span { border-color: rgb(163,65,181); }

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