#A150CA

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

Shades of Deep Lilac #A150CA

Tints of Deep Lilac #A150CA

Color information

#A150CA (or 0xA150CA) is unknown color: approx Deep Lilac. HEX triplet: A1, 50 and CA. RGB value is (161,80,202). Sum of RGB (Red+Green+Blue) = 161+80+202=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #A150CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150CA is #5EAF35. Grayscale: #757575. Windows color (decimal): -6205238 or 13258913. OLE color: 13258913.

HSL color Cylindrical-coordinate representation of color #A150CA: hue angle of 279.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A150CA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16180202-
CMYK0.200.6000.21
HSL279.84º53.51%55.29%-
HSV(B)279.84º60.4%79.22%-
XYZ28.2317.5857.78-
YUV118.13175.34158.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=36.34%
G=18.06%
B=45.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161802020.200.6000.21279.8453.5155.29
HexA150CA143C0151183637
Octal24112031224740254306667
Binary1010000110100001100101010100111100010101100011000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A150CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A150CA; }

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

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

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

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

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

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

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

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