#A361C4

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

Shades of Deep Lilac #A361C4

Tints of Deep Lilac #A361C4

Color information

#A361C4 (or 0xA361C4) is unknown color: approx Deep Lilac. HEX triplet: A3, 61 and C4. RGB value is (163,97,196). Sum of RGB (Red+Green+Blue) = 163+97+196=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #A361C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A361C4 is #5C9E3B. Grayscale: #7F7F7F. Windows color (decimal): -6069820 or 12870051. OLE color: 12870051.

HSL color Cylindrical-coordinate representation of color #A361C4: hue angle of 280º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A361C4 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16397196-
CMYK0.170.5100.23
HSL280º45.62%57.45%-
HSV(B)280º50.51%76.86%-
XYZ29.3420.3254.6-
YUV128.02166.37152.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 196 (76.95% from 255) = 42.98%
R=35.75%
G=21.27%
B=42.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal163971960.170.5100.2328045.6257.45
HexA361C411330171182e39
Octal24314130421630274305671
Binary1010001111000011100010010001110011010111100011000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A361C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A361C4; }

 p { color: rgb(163,97,196); }

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

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

 a { background-color: rgb(163,97,196); }

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

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

 span { border-color: rgb(163,97,196); }

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