#A371AD

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

Shades of Ce Soir #A371AD

Tints of Ce Soir #A371AD

Color information

#A371AD (or 0xA371AD) is unknown color: approx Ce Soir. HEX triplet: A3, 71 and AD. RGB value is (163,113,173). Sum of RGB (Red+Green+Blue) = 163+113+173=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #A371AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A371AD is #5C8E52. Grayscale: #868686. Windows color (decimal): -6065747 or 11366819. OLE color: 11366819.

HSL color Cylindrical-coordinate representation of color #A371AD: hue angle of 290º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A371AD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163113173-
CMYK0.060.3500.32
HSL290º26.79%56.08%-
HSV(B)290º34.68%67.84%-
XYZ28.5522.6142.4-
YUV134.79149.56148.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=36.30%
G=25.17%
B=38.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631131730.060.3500.3229026.7956.08
HexA371AD6230201221b38
Octal2431612556430404423370
Binary10100011111000110101101110100011010000010010001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A371AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A371AD; }

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

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

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

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

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

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

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

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