#A150B6

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

Shades of Deep Lilac #A150B6

Tints of Deep Lilac #A150B6

Color information

#A150B6 (or 0xA150B6) is unknown color: approx Deep Lilac. HEX triplet: A1, 50 and B6. RGB value is (161,80,182). Sum of RGB (Red+Green+Blue) = 161+80+182=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #A150B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150B6 is #5EAF49. Grayscale: #737373. Windows color (decimal): -6205258 or 11948193. OLE color: 11948193.

HSL color Cylindrical-coordinate representation of color #A150B6: hue angle of 287.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A150B6 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16180182-
CMYK0.120.5600.29
HSL287.65º41.13%51.37%-
HSV(B)287.65º56.04%71.37%-
XYZ26.0116.6946.11-
YUV115.85165.34160.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 182 (71.48% from 255) = 43.03%
R=38.06%
G=18.91%
B=43.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161801820.120.5600.29287.6541.1351.37
HexA150B6C3801D1202933
Octal24112026614700354405163
Binary101000011010000101101101100111000011101100100000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A150B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A150B6; }

 p { color: rgb(161,80,182); }

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

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

 a { background-color: rgb(161,80,182); }

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

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

 span { border-color: rgb(161,80,182); }

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