#A148C0

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

Shades of Deep Lilac #A148C0

Tints of Deep Lilac #A148C0

Color information

#A148C0 (or 0xA148C0) is unknown color: approx Deep Lilac. HEX triplet: A1, 48 and C0. RGB value is (161,72,192). Sum of RGB (Red+Green+Blue) = 161+72+192=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #A148C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A148C0 is #5EB73F. Grayscale: #6F6F6F. Windows color (decimal): -6207296 or 12601505. OLE color: 12601505.

HSL color Cylindrical-coordinate representation of color #A148C0: hue angle of 284.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A148C0 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16172192-
CMYK0.160.6300.25
HSL284.5º48.78%51.76%-
HSV(B)284.5º62.5%75.29%-
XYZ26.5316.0251.56-
YUV112.29172.99162.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 72 (28.52% from 255) = 16.94%
BLUE value IS 192 (75.39% from 255) = 45.18%
R=37.88%
G=16.94%
B=45.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161721920.160.6300.25284.548.7851.76
HexA148C0103F01911c3134
Octal24111030020770314346164
Binary1010000110010001100000010000111111011001100011100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A148C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A148C0; }

 p { color: rgb(161,72,192); }

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

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

 a { background-color: rgb(161,72,192); }

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

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

 span { border-color: rgb(161,72,192); }

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