#A271B0

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

Shades of Ce Soir #A271B0

Tints of Ce Soir #A271B0

Color information

#A271B0 (or 0xA271B0) is unknown color: approx Ce Soir. HEX triplet: A2, 71 and B0. RGB value is (162,113,176). Sum of RGB (Red+Green+Blue) = 162+113+176=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 176 - color contains mainly: blue. Hex color #A271B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271B0 is #5D8E4F. Grayscale: #868686. Windows color (decimal): -6131280 or 11563426. OLE color: 11563426.

HSL color Cylindrical-coordinate representation of color #A271B0: hue angle of 286.67º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A271B0 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162113176-
CMYK0.080.3600.31
HSL286.67º28.51%56.67%-
HSV(B)286.67º35.8%69.02%-
XYZ28.6422.6343.93-
YUV134.83151.23147.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.92%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=35.92%
G=25.06%
B=39.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621131760.080.3600.31286.6728.5156.67
HexA271B082401F11f1d39
Octal24216126010440374373571
Binary10100010111000110110000100010010001111110001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271B0; }

 p { color: rgb(162,113,176); }

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

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

 a { background-color: rgb(162,113,176); }

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

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

 span { border-color: rgb(162,113,176); }

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