#A359CC

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

Shades of Deep Lilac #A359CC

Tints of Deep Lilac #A359CC

Color information

#A359CC (or 0xA359CC) is unknown color: approx Deep Lilac. HEX triplet: A3, 59 and CC. RGB value is (163,89,204). Sum of RGB (Red+Green+Blue) = 163+89+204=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #A359CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359CC is #5CA633. Grayscale: #7B7B7B. Windows color (decimal): -6071860 or 13392291. OLE color: 13392291.

HSL color Cylindrical-coordinate representation of color #A359CC: hue angle of 278.61º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A359CC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16389204-
CMYK0.200.5600.2
HSL278.61º53%57.45%-
HSV(B)278.61º56.37%80%-
XYZ29.5819.2959.29-
YUV124.24173.02155.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=35.75%
G=19.52%
B=44.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal163892040.200.5600.2278.615357.45
HexA359CC14380141173539
Octal24313131424700244276571
Binary1010001110110011100110010100111000010100100010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359CC; }

 p { color: rgb(163,89,204); }

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

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

 a { background-color: rgb(163,89,204); }

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

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

 span { border-color: rgb(163,89,204); }

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