#a35ac3

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

Shades of Deep Lilac #A35AC3

Tints of Deep Lilac #A35AC3

Color information

#A35AC3 (or 0xA35AC3) is unknown color: approx Deep Lilac. HEX triplet: A3, 5A and C3. RGB value is (163,90,195). Sum of RGB (Red+Green+Blue) = 163+90+195=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #A35AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35AC3 is #5CA53C. Grayscale: #7B7B7B. Windows color (decimal): -6071613 or 12802723. OLE color: 12802723.

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

Color convert

RGB16390195-
CMYK0.160.5400.24
HSL281.71º46.67%55.88%-
HSV(B)281.71º53.85%76.47%-
XYZ28.6119.0453.8-
YUV123.8168.18155.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 90 (35.55% from 255) = 20.09%
BLUE value IS 195 (76.56% from 255) = 43.53%
R=36.38%
G=20.09%
B=43.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163901950.160.5400.24281.7146.6755.88
HexA35AC3103601811a2f38
Octal24313230320660304325770
Binary1010001110110101100001110000110110011000100011010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35ac3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35ac3; }

 p { color: rgb(163,90,195); }

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

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

 a { background-color: rgb(163,90,195); }

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

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

 span { border-color: rgb(163,90,195); }

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