#A374AD

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

Shades of Ce Soir #A374AD

Tints of Ce Soir #A374AD

Color information

#A374AD (or 0xA374AD) is unknown color: approx Ce Soir. HEX triplet: A3, 74 and AD. RGB value is (163,116,173). Sum of RGB (Red+Green+Blue) = 163+116+173=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #A374AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A374AD is #5C8B52. Grayscale: #888888. Windows color (decimal): -6064979 or 11367587. OLE color: 11367587.

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

Color convert

RGB163116173-
CMYK0.060.3300.32
HSL289.47º25.79%56.67%-
HSV(B)289.47º32.95%67.84%-
XYZ28.8923.2942.51-
YUV136.55148.57146.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=36.06%
G=25.66%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631161730.060.3300.32289.4725.7956.67
HexA374AD6210201211a39
Octal2431642556410404413271
Binary10100011111010010101101110100001010000010010000111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374AD; }

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

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

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

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

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

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

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

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