#A961C3

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

Shades of Deep Lilac #A961C3

Tints of Deep Lilac #A961C3

Color information

#A961C3 (or 0xA961C3) is unknown color: approx Deep Lilac. HEX triplet: A9, 61 and C3. RGB value is (169,97,195). Sum of RGB (Red+Green+Blue) = 169+97+195=461 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.66% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 195 (76.56% from 255 or 42.30% from 461); Max value from RGB is 195 - color contains mainly: blue. Hex color #A961C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961C3 is #569E3C. Grayscale: #818181. Windows color (decimal): -5676605 or 12804521. OLE color: 12804521.

HSL color Cylindrical-coordinate representation of color #A961C3: hue angle of 284.08º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A961C3 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16997195-
CMYK0.130.5000.24
HSL284.08º44.95%57.25%-
HSV(B)284.08º50.26%76.47%-
XYZ30.4920.9254.06-
YUV129.7164.85156.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.66%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 195 (76.56% from 255) = 42.30%
R=36.66%
G=21.04%
B=42.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169971950.130.5000.24284.0844.9557.25
HexA961C3D3201811c2d39
Octal25114130315620304345571
Binary101010011100001110000111101110010011000100011100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961C3; }

 p { color: rgb(169,97,195); }

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

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

 a { background-color: rgb(169,97,195); }

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

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

 span { border-color: rgb(169,97,195); }

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