#A071AA

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

Shades of Ce Soir #A071AA

Tints of Ce Soir #A071AA

Color information

#A071AA (or 0xA071AA) is unknown color: approx Ce Soir. HEX triplet: A0, 71 and AA. RGB value is (160,113,170). Sum of RGB (Red+Green+Blue) = 160+113+170=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A071AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A071AA is #5F8E55. Grayscale: #858585. Windows color (decimal): -6262358 or 11170208. OLE color: 11170208.

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

Color convert

RGB160113170-
CMYK0.060.3400.33
HSL289.47º25.11%55.49%-
HSV(B)289.47º33.53%66.67%-
XYZ27.6622.1940.85-
YUV133.55148.57146.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 113 (44.53% from 255) = 25.51%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=36.12%
G=25.51%
B=38.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601131700.060.3400.33289.4725.1155.49
HexA071AA6220211211937
Octal2401612526420414413167
Binary10100000111000110101010110100010010000110010000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071AA; }

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

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

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

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

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

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

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

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