#A072AE

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

Shades of Ce Soir #A072AE

Tints of Ce Soir #A072AE

Color information

#A072AE (or 0xA072AE) is unknown color: approx Ce Soir. HEX triplet: A0, 72 and AE. RGB value is (160,114,174). Sum of RGB (Red+Green+Blue) = 160+114+174=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #A072AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A072AE is #5F8D51. Grayscale: #868686. Windows color (decimal): -6262098 or 11432608. OLE color: 11432608.

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

Color convert

RGB160114174-
CMYK0.080.3400.32
HSL286º27.03%56.47%-
HSV(B)286º34.48%68.24%-
XYZ28.1522.5642.92-
YUV134.59150.24146.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=35.71%
G=25.45%
B=38.84%

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
Decimal1601141740.080.3400.3228627.0356.47
HexA072AE82202011e1b38
Octal24016225610420404363370
Binary101000001110010101011101000100010010000010001111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072AE; }

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

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

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

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

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

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

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

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