#A071B2

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

Shades of Ce Soir #A071B2

Tints of Ce Soir #A071B2

Color information

#A071B2 (or 0xA071B2) is unknown color: approx Ce Soir. HEX triplet: A0, 71 and B2. RGB value is (160,113,178). Sum of RGB (Red+Green+Blue) = 160+113+178=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 178 - color contains mainly: blue. Hex color #A071B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A071B2 is #5F8E4D. Grayscale: #868686. Windows color (decimal): -6262350 or 11694496. OLE color: 11694496.

HSL color Cylindrical-coordinate representation of color #A071B2: hue angle of 283.38º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A071B2 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160113178-
CMYK0.100.3700.30
HSL283.38º29.68%57.06%-
HSV(B)283.38º36.52%69.8%-
XYZ28.4422.544.96-
YUV134.46152.57146.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 178 (69.92% from 255) = 39.47%
R=35.48%
G=25.06%
B=39.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601131780.100.3700.30283.3829.6857.06
HexA071B2A2501E11b1e39
Octal24016126212450364333671
Binary10100000111000110110010101010010101111010001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071B2; }

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

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

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

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

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

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

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

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