#A967C1

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

Shades of Deep Lilac #A967C1

Tints of Deep Lilac #A967C1

Color information

#A967C1 (or 0xA967C1) is unknown color: approx Deep Lilac. HEX triplet: A9, 67 and C1. RGB value is (169,103,193). Sum of RGB (Red+Green+Blue) = 169+103+193=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #A967C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967C1 is #56983E. Grayscale: #848484. Windows color (decimal): -5675071 or 12674985. OLE color: 12674985.

HSL color Cylindrical-coordinate representation of color #A967C1: hue angle of 284º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A967C1 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169103193-
CMYK0.120.4700.24
HSL284º42.06%58.04%-
HSV(B)284º46.63%75.69%-
XYZ30.8421.9953.07-
YUV132.99161.87153.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.34%
GREEN value IS 103 (40.62% from 255) = 22.15%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=36.34%
G=22.15%
B=41.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691031930.120.4700.2428442.0658.04
HexA967C1C2F01811c2a3a
Octal25114730114570304345272
Binary101010011100111110000011100101111011000100011100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967C1; }

 p { color: rgb(169,103,193); }

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

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

 a { background-color: rgb(169,103,193); }

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

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

 span { border-color: rgb(169,103,193); }

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