#A071AC

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

Shades of Ce Soir #A071AC

Tints of Ce Soir #A071AC

Color information

#A071AC (or 0xA071AC) is unknown color: approx Ce Soir. HEX triplet: A0, 71 and AC. RGB value is (160,113,172). Sum of RGB (Red+Green+Blue) = 160+113+172=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #A071AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A071AC is #5F8E53. Grayscale: #858585. Windows color (decimal): -6262356 or 11301280. OLE color: 11301280.

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

Color convert

RGB160113172-
CMYK0.070.3400.33
HSL287.8º26.22%55.88%-
HSV(B)287.8º34.3%67.45%-
XYZ27.8522.2641.86-
YUV133.78149.57146.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=35.96%
G=25.39%
B=38.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601131720.070.3400.33287.826.2255.88
HexA071AC7220211201a38
Octal2401612547420414403270
Binary10100000111000110101100111100010010000110010000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071AC; }

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

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

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

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

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

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

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

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