#A35FC1

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

Shades of Deep Lilac #A35FC1

Tints of Deep Lilac #A35FC1

Color information

#A35FC1 (or 0xA35FC1) is unknown color: approx Deep Lilac. HEX triplet: A3, 5F and C1. RGB value is (163,95,193). Sum of RGB (Red+Green+Blue) = 163+95+193=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #A35FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FC1 is #5CA03E. Grayscale: #7E7E7E. Windows color (decimal): -6070335 or 12672931. OLE color: 12672931.

HSL color Cylindrical-coordinate representation of color #A35FC1: hue angle of 281.63º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35FC1 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16395193-
CMYK0.160.5100.24
HSL281.63º44.14%56.47%-
HSV(B)281.63º50.78%75.69%-
XYZ28.8219.8252.76-
YUV126.5165.53154.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 95 (37.5% from 255) = 21.06%
BLUE value IS 193 (75.78% from 255) = 42.79%
R=36.14%
G=21.06%
B=42.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163951930.160.5100.24281.6344.1456.47
HexA35FC1103301811a2c38
Octal24313730120630304325470
Binary1010001110111111100000110000110011011000100011010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35FC1; }

 p { color: rgb(163,95,193); }

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

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

 a { background-color: rgb(163,95,193); }

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

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

 span { border-color: rgb(163,95,193); }

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