#A35CB9

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

Shades of Deep Lilac #A35CB9

Tints of Deep Lilac #A35CB9

Color information

#A35CB9 (or 0xA35CB9) is unknown color: approx Deep Lilac. HEX triplet: A3, 5C and B9. RGB value is (163,92,185). Sum of RGB (Red+Green+Blue) = 163+92+185=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #A35CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CB9 is #5CA346. Grayscale: #7B7B7B. Windows color (decimal): -6071111 or 12147875. OLE color: 12147875.

HSL color Cylindrical-coordinate representation of color #A35CB9: hue angle of 285.81º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35CB9 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16392185-
CMYK0.120.5000.27
HSL285.81º39.91%54.31%-
HSV(B)285.81º50.27%72.55%-
XYZ27.6918.9448.1-
YUV123.83162.52155.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.05%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=37.05%
G=20.91%
B=42.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163921850.120.5000.27285.8139.9154.31
HexA35CB9C3201B11e2836
Octal24313427114620334365066
Binary101000111011100101110011100110010011011100011110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35CB9; }

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

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

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

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

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

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

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

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