#A35CBC

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

Shades of Deep Lilac #A35CBC

Tints of Deep Lilac #A35CBC

Color information

#A35CBC (or 0xA35CBC) is unknown color: approx Deep Lilac. HEX triplet: A3, 5C and BC. RGB value is (163,92,188). Sum of RGB (Red+Green+Blue) = 163+92+188=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #A35CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CBC is #5CA343. Grayscale: #7B7B7B. Windows color (decimal): -6071108 or 12344483. OLE color: 12344483.

HSL color Cylindrical-coordinate representation of color #A35CBC: hue angle of 284.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A35CBC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16392188-
CMYK0.130.5100.26
HSL284.38º41.74%54.9%-
HSV(B)284.38º51.06%73.73%-
XYZ28.0119.0749.78-
YUV124.17164.02155.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.79%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=36.79%
G=20.77%
B=42.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163921880.130.5100.26284.3841.7454.9
HexA35CBCD3301A11c2a37
Octal24313427415630324345267
Binary101000111011100101111001101110011011010100011100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35CBC; }

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

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

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

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

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

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

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

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