#A073AE

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

Shades of Ce Soir #A073AE

Tints of Ce Soir #A073AE

Color information

#A073AE (or 0xA073AE) is unknown color: approx Ce Soir. HEX triplet: A0, 73 and AE. RGB value is (160,115,174). Sum of RGB (Red+Green+Blue) = 160+115+174=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #A073AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A073AE is #5F8C51. Grayscale: #868686. Windows color (decimal): -6261842 or 11432864. OLE color: 11432864.

HSL color Cylindrical-coordinate representation of color #A073AE: hue angle of 285.76º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A073AE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160115174-
CMYK0.080.3400.32
HSL285.76º26.7%56.67%-
HSV(B)285.76º33.91%68.24%-
XYZ28.2722.7942.95-
YUV135.18149.91145.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=35.63%
G=25.61%
B=38.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601151740.080.3400.32285.7626.756.67
HexA073AE82202011e1b39
Octal24016325610420404363371
Binary101000001110011101011101000100010010000010001111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073AE; }

 p { color: rgb(160,115,174); }

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

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

 a { background-color: rgb(160,115,174); }

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

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

 span { border-color: rgb(160,115,174); }

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