#A374AB

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

Shades of Ce Soir #A374AB

Tints of Ce Soir #A374AB

Color information

#A374AB (or 0xA374AB) is unknown color: approx Ce Soir. HEX triplet: A3, 74 and AB. RGB value is (163,116,171). Sum of RGB (Red+Green+Blue) = 163+116+171=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #A374AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A374AB is #5C8B54. Grayscale: #888888. Windows color (decimal): -6064981 or 11236515. OLE color: 11236515.

HSL color Cylindrical-coordinate representation of color #A374AB: hue angle of 291.27º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A374AB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163116171-
CMYK0.050.3200.33
HSL291.27º24.66%56.27%-
HSV(B)291.27º32.16%67.06%-
XYZ28.723.2241.5-
YUV136.32147.57147.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 171 (67.19% from 255) = 38%
R=36.22%
G=25.78%
B=38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631161710.050.3200.33291.2724.6656.27
HexA374AB5200211231938
Octal2431642535400414433170
Binary10100011111010010101011101100000010000110010001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A374AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A374AB; }

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

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

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

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

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

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

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

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