#A271AC

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

Shades of Ce Soir #A271AC

Tints of Ce Soir #A271AC

Color information

#A271AC (or 0xA271AC) is unknown color: approx Ce Soir. HEX triplet: A2, 71 and AC. RGB value is (162,113,172). Sum of RGB (Red+Green+Blue) = 162+113+172=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #A271AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271AC is #5D8E53. Grayscale: #868686. Windows color (decimal): -6131284 or 11301282. OLE color: 11301282.

HSL color Cylindrical-coordinate representation of color #A271AC: hue angle of 289.83º 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 #A271AC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162113172-
CMYK0.060.3400.33
HSL289.83º26.22%55.88%-
HSV(B)289.83º34.3%67.45%-
XYZ28.2522.4741.88-
YUV134.38149.23147.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=36.24%
G=25.28%
B=38.48%

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
Decimal1621131720.060.3400.33289.8326.2255.88
HexA271AC6220211221a38
Octal2421612546420414423270
Binary10100010111000110101100110100010010000110010001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271AC; }

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

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

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

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

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

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

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

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