#A376AF

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

Shades of Ce Soir #A376AF

Tints of Ce Soir #A376AF

Color information

#A376AF (or 0xA376AF) is unknown color: approx Ce Soir. HEX triplet: A3, 76 and AF. RGB value is (163,118,175). Sum of RGB (Red+Green+Blue) = 163+118+175=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #A376AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A376AF is #5C8950. Grayscale: #898989. Windows color (decimal): -6064465 or 11499171. OLE color: 11499171.

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

Color convert

RGB163118175-
CMYK0.070.3300.31
HSL287.37º26.27%57.45%-
HSV(B)287.37º32.57%68.63%-
XYZ29.3223.8443.61-
YUV137.95148.91145.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=35.75%
G=25.88%
B=38.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631181750.070.3300.31287.3726.2757.45
HexA376AF72101F11f1a39
Octal2431662577410374373271
Binary1010001111101101010111111110000101111110001111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A376AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A376AF; }

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

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

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

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

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

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

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

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