#A35CB4

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

Shades of Deep Lilac #A35CB4

Tints of Deep Lilac #A35CB4

Color information

#A35CB4 (or 0xA35CB4) is unknown color: approx Deep Lilac. HEX triplet: A3, 5C and B4. RGB value is (163,92,180). Sum of RGB (Red+Green+Blue) = 163+92+180=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #A35CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CB4 is #5CA34B. Grayscale: #7A7A7A. Windows color (decimal): -6071116 or 11820195. OLE color: 11820195.

HSL color Cylindrical-coordinate representation of color #A35CB4: hue angle of 288.41º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A35CB4 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16392180-
CMYK0.090.4900.29
HSL288.41º36.97%53.33%-
HSV(B)288.41º48.89%70.59%-
XYZ27.1718.7445.36-
YUV123.26160.02156.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.47%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 180 (70.70% from 255) = 41.38%
R=37.47%
G=21.15%
B=41.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163921800.090.4900.29288.4136.9753.33
HexA35CB493101D1202535
Octal24313426411610354404565
Binary101000111011100101101001001110001011101100100000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35CB4; }

 p { color: rgb(163,92,180); }

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

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

 a { background-color: rgb(163,92,180); }

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

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

 span { border-color: rgb(163,92,180); }

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