#A173AA

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

Shades of Ce Soir #A173AA

Tints of Ce Soir #A173AA

Color information

#A173AA (or 0xA173AA) is unknown color: approx Ce Soir. HEX triplet: A1, 73 and AA. RGB value is (161,115,170). Sum of RGB (Red+Green+Blue) = 161+115+170=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #A173AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A173AA is #5E8C55. Grayscale: #868686. Windows color (decimal): -6196310 or 11170721. OLE color: 11170721.

HSL color Cylindrical-coordinate representation of color #A173AA: hue angle of 290.18º degrees, saturation: 0.24, 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 #A173AA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161115170-
CMYK0.050.3200.33
HSL290.18º24.44%55.88%-
HSV(B)290.18º32.35%66.67%-
XYZ28.0822.7440.94-
YUV135.02147.74146.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=36.10%
G=25.78%
B=38.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611151700.050.3200.33290.1824.4455.88
HexA173AA5200211221838
Octal2411632525400414423070
Binary10100001111001110101010101100000010000110010001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A173AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A173AA; }

 p { color: rgb(161,115,170); }

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

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

 a { background-color: rgb(161,115,170); }

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

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

 span { border-color: rgb(161,115,170); }

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