#A174B0

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

Shades of Ce Soir #A174B0

Tints of Ce Soir #A174B0

Color information

#A174B0 (or 0xA174B0) is unknown color: approx Ce Soir. HEX triplet: A1, 74 and B0. RGB value is (161,116,176). Sum of RGB (Red+Green+Blue) = 161+116+176=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 176 - color contains mainly: blue. Hex color #A174B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A174B0 is #5E8B4F. Grayscale: #888888. Windows color (decimal): -6196048 or 11564193. OLE color: 11564193.

HSL color Cylindrical-coordinate representation of color #A174B0: hue angle of 285º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A174B0 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161116176-
CMYK0.090.3400.31
HSL285º27.52%57.25%-
HSV(B)285º34.09%69.02%-
XYZ28.7823.244.04-
YUV136.29150.41145.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 176 (69.14% from 255) = 38.85%
R=35.54%
G=25.61%
B=38.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611161760.090.3400.3128527.5257.25
HexA174B092201F11d1c39
Octal24116426011420374353471
Binary10100001111010010110000100110001001111110001110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A174B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A174B0; }

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

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

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

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

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

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

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

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