#A35EB9

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

Shades of Deep Lilac #A35EB9

Tints of Deep Lilac #A35EB9

Color information

#A35EB9 (or 0xA35EB9) is unknown color: approx Deep Lilac. HEX triplet: A3, 5E and B9. RGB value is (163,94,185). Sum of RGB (Red+Green+Blue) = 163+94+185=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #A35EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35EB9 is #5CA146. Grayscale: #7C7C7C. Windows color (decimal): -6070599 or 12148387. OLE color: 12148387.

HSL color Cylindrical-coordinate representation of color #A35EB9: hue angle of 285.49º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35EB9 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16394185-
CMYK0.120.4900.27
HSL285.49º39.39%54.71%-
HSV(B)285.49º49.19%72.55%-
XYZ27.8619.2948.15-
YUV125161.86155.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 94 (37.11% from 255) = 21.27%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=36.88%
G=21.27%
B=41.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163941850.120.4900.27285.4939.3954.71
HexA35EB9C3101B11d2737
Octal24313627114610334354767
Binary101000111011110101110011100110001011011100011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35EB9; }

 p { color: rgb(163,94,185); }

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

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

 a { background-color: rgb(163,94,185); }

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

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

 span { border-color: rgb(163,94,185); }

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