#A377AF

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

Shades of Ce Soir #A377AF

Tints of Ce Soir #A377AF

Color information

#A377AF (or 0xA377AF) is unknown color: approx Ce Soir. HEX triplet: A3, 77 and AF. RGB value is (163,119,175). Sum of RGB (Red+Green+Blue) = 163+119+175=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A377AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A377AF is #5C8850. Grayscale: #8A8A8A. Windows color (decimal): -6064209 or 11499427. OLE color: 11499427.

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

Color convert

RGB163119175-
CMYK0.070.3200.31
HSL287.14º25.93%57.65%-
HSV(B)287.14º32%68.63%-
XYZ29.4424.0843.65-
YUV138.54148.58145.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 119 (46.88% from 255) = 26.04%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=35.67%
G=26.04%
B=38.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631191750.070.3200.31287.1425.9357.65
HexA377AF72001F11f1a3a
Octal2431672577400374373272
Binary1010001111101111010111111110000001111110001111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A377AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A377AF; }

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

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

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

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

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

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

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

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