#A575AD

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

Shades of Ce Soir #A575AD

Tints of Ce Soir #A575AD

Color information

#A575AD (or 0xA575AD) is unknown color: approx Ce Soir. HEX triplet: A5, 75 and AD. RGB value is (165,117,173). Sum of RGB (Red+Green+Blue) = 165+117+173=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A575AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575AD is #5A8A52. Grayscale: #898989. Windows color (decimal): -5933651 or 11367845. OLE color: 11367845.

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

Color convert

RGB165117173-
CMYK0.050.3200.32
HSL291.43º25.45%56.86%-
HSV(B)291.43º32.37%67.84%-
XYZ29.4223.7442.57-
YUV137.74147.9147.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=36.26%
G=25.71%
B=38.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651171730.050.3200.32291.4325.4556.86
HexA575AD5200201231939
Octal2451652555400404433171
Binary10100101111010110101101101100000010000010010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575AD; }

 p { color: rgb(165,117,173); }

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

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

 a { background-color: rgb(165,117,173); }

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

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

 span { border-color: rgb(165,117,173); }

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