#A174AB

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

Shades of Ce Soir #A174AB

Tints of Ce Soir #A174AB

Color information

#A174AB (or 0xA174AB) is unknown color: approx Ce Soir. HEX triplet: A1, 74 and AB. RGB value is (161,116,171). Sum of RGB (Red+Green+Blue) = 161+116+171=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #A174AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A174AB is #5E8B54. Grayscale: #878787. Windows color (decimal): -6196053 or 11236513. OLE color: 11236513.

HSL color Cylindrical-coordinate representation of color #A174AB: hue angle of 289.09º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A174AB is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161116171-
CMYK0.060.3200.33
HSL289.09º24.66%56.27%-
HSV(B)289.09º32.16%67.06%-
XYZ28.2923.0141.48-
YUV135.72147.91146.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=35.94%
G=25.89%
B=38.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611161710.060.3200.33289.0924.6656.27
HexA174AB6200211211938
Octal2411642536400414413170
Binary10100001111010010101011110100000010000110010000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174AB; }

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

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

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

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

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

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

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

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