#A35BC1

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

Shades of Deep Lilac #A35BC1

Tints of Deep Lilac #A35BC1

Color information

#A35BC1 (or 0xA35BC1) is unknown color: approx Deep Lilac. HEX triplet: A3, 5B and C1. RGB value is (163,91,193). Sum of RGB (Red+Green+Blue) = 163+91+193=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #A35BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35BC1 is #5CA43E. Grayscale: #7B7B7B. Windows color (decimal): -6071359 or 12671907. OLE color: 12671907.

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

Color convert

RGB16391193-
CMYK0.160.5300.24
HSL282.35º45.13%55.69%-
HSV(B)282.35º52.85%75.69%-
XYZ28.4719.1252.64-
YUV124.16166.85155.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=36.47%
G=20.36%
B=43.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163911930.160.5300.24282.3545.1355.69
HexA35BC1103501811a2d38
Octal24313330120650304325570
Binary1010001110110111100000110000110101011000100011010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35BC1; }

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

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

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

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

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

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

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

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