#A172AA

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

Shades of Ce Soir #A172AA

Tints of Ce Soir #A172AA

Color information

#A172AA (or 0xA172AA) is unknown color: approx Ce Soir. HEX triplet: A1, 72 and AA. RGB value is (161,114,170). Sum of RGB (Red+Green+Blue) = 161+114+170=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #A172AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A172AA is #5E8D55. Grayscale: #868686. Windows color (decimal): -6196566 or 11170465. OLE color: 11170465.

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

Color convert

RGB161114170-
CMYK0.050.3300.33
HSL290.36º24.78%55.69%-
HSV(B)290.36º32.94%66.67%-
XYZ27.9722.5140.9-
YUV134.44148.07146.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.18%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=36.18%
G=25.62%
B=38.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611141700.050.3300.33290.3624.7855.69
HexA172AA5210211221938
Octal2411622525410414423170
Binary10100001111001010101010101100001010000110010001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172AA; }

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

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

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

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

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

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

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

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