#A271AF

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

Shades of Ce Soir #A271AF

Tints of Ce Soir #A271AF

Color information

#A271AF (or 0xA271AF) is unknown color: approx Ce Soir. HEX triplet: A2, 71 and AF. RGB value is (162,113,175). Sum of RGB (Red+Green+Blue) = 162+113+175=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #A271AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A271AF is #5D8E50. Grayscale: #868686. Windows color (decimal): -6131281 or 11497890. OLE color: 11497890.

HSL color Cylindrical-coordinate representation of color #A271AF: hue angle of 287.42º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A271AF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162113175-
CMYK0.070.3500.31
HSL287.42º27.93%56.47%-
HSV(B)287.42º35.43%68.63%-
XYZ28.5422.5943.41-
YUV134.72150.73147.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=36%
G=25.11%
B=38.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621131750.070.3500.31287.4227.9356.47
HexA271AF72301F11f1c38
Octal2421612577430374373470
Binary1010001011100011010111111110001101111110001111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A271AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A271AF; }

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

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

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

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

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

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

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

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