#A178AB

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

Shades of Ce Soir #A178AB

Tints of Ce Soir #A178AB

Color information

#A178AB (or 0xA178AB) is unknown color: approx Ce Soir. HEX triplet: A1, 78 and AB. RGB value is (161,120,171). Sum of RGB (Red+Green+Blue) = 161+120+171=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A178AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A178AB is #5E8754. Grayscale: #898989. Windows color (decimal): -6195029 or 11237537. OLE color: 11237537.

HSL color Cylindrical-coordinate representation of color #A178AB: hue angle of 288.24º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A178AB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161120171-
CMYK0.060.3000.33
HSL288.24º23.29%57.06%-
HSV(B)288.24º29.82%67.06%-
XYZ28.7723.9541.63-
YUV138.07146.58144.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=35.62%
G=26.55%
B=37.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611201710.060.3000.33288.2423.2957.06
HexA178AB61E0211201739
Octal2411702536360414402771
Binary1010000111110001010101111011110010000110010000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178AB; }

 p { color: rgb(161,120,171); }

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

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

 a { background-color: rgb(161,120,171); }

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

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

 span { border-color: rgb(161,120,171); }

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