#A578AF

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

Shades of Ce Soir #A578AF

Tints of Ce Soir #A578AF

Color information

#A578AF (or 0xA578AF) is unknown color: approx Ce Soir. HEX triplet: A5, 78 and AF. RGB value is (165,120,175). Sum of RGB (Red+Green+Blue) = 165+120+175=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #A578AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A578AF is #5A8750. Grayscale: #8B8B8B. Windows color (decimal): -5932881 or 11499685. OLE color: 11499685.

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

Color convert

RGB165120175-
CMYK0.060.3100.31
HSL289.09º25.58%57.84%-
HSV(B)289.09º31.43%68.63%-
XYZ29.9724.5343.71-
YUV139.72147.91146.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.87%
GREEN value IS 120 (47.27% from 255) = 26.09%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=35.87%
G=26.09%
B=38.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651201750.060.3100.31289.0925.5857.84
HexA578AF61F01F1211a3a
Octal2451702576370374413272
Binary101001011111000101011111101111101111110010000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A578AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A578AF; }

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

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

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

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

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

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

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

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