#A540B6

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

Shades of Deep Lilac #A540B6

Tints of Deep Lilac #A540B6

Color information

#A540B6 (or 0xA540B6) is unknown color: approx Deep Lilac. HEX triplet: A5, 40 and B6. RGB value is (165,64,182). Sum of RGB (Red+Green+Blue) = 165+64+182=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 182 - color contains mainly: blue. Hex color #A540B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A540B6 is #5ABF49. Grayscale: #6B6B6B. Windows color (decimal): -5947210 or 11944101. OLE color: 11944101.

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

Color convert

RGB16564182-
CMYK0.090.6500.29
HSL291.36º47.97%48.24%-
HSV(B)291.36º64.84%71.37%-
XYZ25.7915.0445.8-
YUV107.65169.96168.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 182 (71.48% from 255) = 44.28%
R=40.15%
G=15.57%
B=44.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165641820.090.6500.29291.3647.9748.24
HexA540B694101D1233030
Octal245100266111010354436060
Binary1010010110000001011011010011000001011101100100011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A540B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A540B6; }

 p { color: rgb(165,64,182); }

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

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

 a { background-color: rgb(165,64,182); }

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

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

 span { border-color: rgb(165,64,182); }

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