#A073AF

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

Shades of Ce Soir #A073AF

Tints of Ce Soir #A073AF

Color information

#A073AF (or 0xA073AF) is unknown color: approx Ce Soir. HEX triplet: A0, 73 and AF. RGB value is (160,115,175). Sum of RGB (Red+Green+Blue) = 160+115+175=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #A073AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A073AF is #5F8C50. Grayscale: #878787. Windows color (decimal): -6261841 or 11498400. OLE color: 11498400.

HSL color Cylindrical-coordinate representation of color #A073AF: hue angle of 285º degrees, saturation: 0.27, 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 #A073AF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160115175-
CMYK0.090.3400.31
HSL285º27.27%56.86%-
HSV(B)285º34.29%68.63%-
XYZ28.3722.8343.47-
YUV135.29150.41145.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=35.56%
G=25.56%
B=38.89%

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
Decimal1601151750.090.3400.3128527.2756.86
HexA073AF92201F11d1b39
Octal24016325711420374353371
Binary10100000111001110101111100110001001111110001110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073AF; }

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

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

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

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

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

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

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

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