#A578B1

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

Shades of Ce Soir #A578B1

Tints of Ce Soir #A578B1

Color information

#A578B1 (or 0xA578B1) is unknown color: approx Ce Soir. HEX triplet: A5, 78 and B1. RGB value is (165,120,177). Sum of RGB (Red+Green+Blue) = 165+120+177=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 177 - color contains mainly: blue. Hex color #A578B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A578B1 is #5A874E. Grayscale: #8B8B8B. Windows color (decimal): -5932879 or 11630757. OLE color: 11630757.

HSL color Cylindrical-coordinate representation of color #A578B1: hue angle of 287.37º degrees, saturation: 0.27, 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 #A578B1 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165120177-
CMYK0.070.3200.31
HSL287.37º26.76%58.24%-
HSV(B)287.37º32.2%69.41%-
XYZ30.1724.6144.75-
YUV139.95148.91145.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 177 (69.53% from 255) = 38.31%
R=35.71%
G=25.97%
B=38.31%

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
Decimal1651201770.070.3200.31287.3726.7658.24
HexA578B172001F11f1b3a
Octal2451702617400374373372
Binary1010010111110001011000111110000001111110001111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578B1; }

 p { color: rgb(165,120,177); }

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

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

 a { background-color: rgb(165,120,177); }

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

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

 span { border-color: rgb(165,120,177); }

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