#A07CAC

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

Shades of Ce Soir #A07CAC

Tints of Ce Soir #A07CAC

Color information

#A07CAC (or 0xA07CAC) is unknown color: approx Ce Soir. HEX triplet: A0, 7C and AC. RGB value is (160,124,172). Sum of RGB (Red+Green+Blue) = 160+124+172=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #A07CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CAC is #5F8353. Grayscale: #8C8C8C. Windows color (decimal): -6259540 or 11304096. OLE color: 11304096.

HSL color Cylindrical-coordinate representation of color #A07CAC: hue angle of 285º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07CAC is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160124172-
CMYK0.070.2800.33
HSL285º22.43%58.04%-
HSV(B)285º27.91%67.45%-
XYZ29.1524.8742.29-
YUV140.24145.93142.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=35.09%
G=27.19%
B=37.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601241720.070.2800.3328522.4358.04
HexA07CAC71C02111d163a
Octal2401742547340414352672
Binary1010000011111001010110011111100010000110001110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CAC; }

 p { color: rgb(160,124,172); }

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

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

 a { background-color: rgb(160,124,172); }

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

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

 span { border-color: rgb(160,124,172); }

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