#A36CBC

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

Shades of Deep Lilac #A36CBC

Tints of Deep Lilac #A36CBC

Color information

#A36CBC (or 0xA36CBC) is unknown color: approx Deep Lilac. HEX triplet: A3, 6C and BC. RGB value is (163,108,188). Sum of RGB (Red+Green+Blue) = 163+108+188=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #A36CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CBC is #5C9343. Grayscale: #858585. Windows color (decimal): -6067012 or 12348579. OLE color: 12348579.

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

Color convert

RGB163108188-
CMYK0.130.4300.26
HSL281.25º37.38%58.04%-
HSV(B)281.25º42.55%73.73%-
XYZ29.5422.1450.29-
YUV133.56158.72149-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=35.51%
G=23.53%
B=40.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631081880.130.4300.26281.2537.3858.04
HexA36CBCD2B01A119253a
Octal24315427415530324314572
Binary101000111101100101111001101101011011010100011001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CBC; }

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

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

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

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

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

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

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

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