#A36CB6

Color #A36CB6 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #A36CB6

Tints of Ce Soir #A36CB6

Color information

#A36CB6 (or 0xA36CB6) is unknown color: approx Ce Soir. HEX triplet: A3, 6C and B6. RGB value is (163,108,182). Sum of RGB (Red+Green+Blue) = 163+108+182=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #A36CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A36CB6 is #5C9349. Grayscale: #848484. Windows color (decimal): -6067018 or 11955363. OLE color: 11955363.

HSL color Cylindrical-coordinate representation of color #A36CB6: hue angle of 284.59º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A36CB6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163108182-
CMYK0.100.4100.29
HSL284.59º33.64%56.86%-
HSV(B)284.59º40.66%71.37%-
XYZ28.9121.8946.96-
YUV132.88155.72149.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 182 (71.48% from 255) = 40.18%
R=35.98%
G=23.84%
B=40.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631081820.100.4100.29284.5933.6456.86
HexA36CB6A2901D11d2239
Octal24315426612510354354271
Binary101000111101100101101101010101001011101100011101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36CB6; }

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

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

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

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

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

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

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

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