#A373AD

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

Shades of Ce Soir #A373AD

Tints of Ce Soir #A373AD

Color information

#A373AD (or 0xA373AD) is unknown color: approx Ce Soir. HEX triplet: A3, 73 and AD. RGB value is (163,115,173). Sum of RGB (Red+Green+Blue) = 163+115+173=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #A373AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A373AD is #5C8C52. Grayscale: #878787. Windows color (decimal): -6065235 or 11367331. OLE color: 11367331.

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

Color convert

RGB163115173-
CMYK0.060.3400.32
HSL289.66º26.13%56.47%-
HSV(B)289.66º33.53%67.84%-
XYZ28.7823.0742.47-
YUV135.96148.9147.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=36.14%
G=25.50%
B=38.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631151730.060.3400.32289.6626.1356.47
HexA373AD6220201221a38
Octal2431632556420404423270
Binary10100011111001110101101110100010010000010010001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A373AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A373AD; }

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

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

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

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

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

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

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

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