#A359BE

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

Shades of Deep Lilac #A359BE

Tints of Deep Lilac #A359BE

Color information

#A359BE (or 0xA359BE) is unknown color: approx Deep Lilac. HEX triplet: A3, 59 and BE. RGB value is (163,89,190). Sum of RGB (Red+Green+Blue) = 163+89+190=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #A359BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359BE is #5CA641. Grayscale: #7A7A7A. Windows color (decimal): -6071874 or 12474787. OLE color: 12474787.

HSL color Cylindrical-coordinate representation of color #A359BE: hue angle of 283.96º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A359BE is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16389190-
CMYK0.140.5300.25
HSL283.96º43.72%54.71%-
HSV(B)283.96º53.16%74.51%-
XYZ27.9718.6550.84-
YUV122.64166.02156.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=36.88%
G=20.14%
B=42.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163891900.140.5300.25283.9643.7254.71
HexA359BEE3501911c2c37
Octal24313127616650314345467
Binary101000111011001101111101110110101011001100011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359BE; }

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

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

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

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

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

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

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

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