#a35cc0

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

Shades of Deep Lilac #A35CC0

Tints of Deep Lilac #A35CC0

Color information

#A35CC0 (or 0xA35CC0) is unknown color: approx Deep Lilac. HEX triplet: A3, 5C and C0. RGB value is (163,92,192). Sum of RGB (Red+Green+Blue) = 163+92+192=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #A35CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CC0 is #5CA33F. Grayscale: #7C7C7C. Windows color (decimal): -6071104 or 12606627. OLE color: 12606627.

HSL color Cylindrical-coordinate representation of color #A35CC0: hue angle of 282.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A35CC0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16392192-
CMYK0.150.5200.25
HSL282.6º44.25%55.69%-
HSV(B)282.6º52.08%75.29%-
XYZ28.4519.2552.08-
YUV124.63166.02155.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 192 (75.39% from 255) = 42.95%
R=36.47%
G=20.58%
B=42.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163921920.150.5200.25282.644.2555.69
HexA35CC0F3401911b2c38
Octal24313430017640314335470
Binary101000111011100110000001111110100011001100011011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35cc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35cc0; }

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

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

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

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

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

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

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

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