#A371AF

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

Shades of Ce Soir #A371AF

Tints of Ce Soir #A371AF

Color information

#A371AF (or 0xA371AF) is unknown color: approx Ce Soir. HEX triplet: A3, 71 and AF. RGB value is (163,113,175). Sum of RGB (Red+Green+Blue) = 163+113+175=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #A371AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A371AF is #5C8E50. Grayscale: #868686. Windows color (decimal): -6065745 or 11497891. OLE color: 11497891.

HSL color Cylindrical-coordinate representation of color #A371AF: hue angle of 288.39º 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 #A371AF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163113175-
CMYK0.070.3500.31
HSL288.39º27.93%56.47%-
HSV(B)288.39º35.43%68.63%-
XYZ28.7522.6943.42-
YUV135.02150.56147.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=36.14%
G=25.06%
B=38.80%

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
Decimal1631131750.070.3500.31288.3927.9356.47
HexA371AF72301F1201c38
Octal2431612577430374403470
Binary1010001111100011010111111110001101111110010000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371AF; }

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

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

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

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

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

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

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

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