#A575AF

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

Shades of Ce Soir #A575AF

Tints of Ce Soir #A575AF

Color information

#A575AF (or 0xA575AF) is unknown color: approx Ce Soir. HEX triplet: A5, 75 and AF. RGB value is (165,117,175). Sum of RGB (Red+Green+Blue) = 165+117+175=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 117 (46.09% from 255 or 25.60% 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 #A575AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A575AF is #5A8A50. Grayscale: #898989. Windows color (decimal): -5933649 or 11498917. OLE color: 11498917.

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

Color convert

RGB165117175-
CMYK0.060.3300.31
HSL289.66º26.61%57.25%-
HSV(B)289.66º33.14%68.63%-
XYZ29.6223.8243.59-
YUV137.96148.9147.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=36.11%
G=25.60%
B=38.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651171750.060.3300.31289.6626.6157.25
HexA575AF62101F1221b39
Octal2451652576410374423371
Binary1010010111101011010111111010000101111110010001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575AF; }

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

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

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

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

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

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

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

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