#A175AF

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

Shades of Ce Soir #A175AF

Tints of Ce Soir #A175AF

Color information

#A175AF (or 0xA175AF) is unknown color: approx Ce Soir. HEX triplet: A1, 75 and AF. RGB value is (161,117,175). Sum of RGB (Red+Green+Blue) = 161+117+175=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #A175AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A175AF is #5E8A50. Grayscale: #888888. Windows color (decimal): -6195793 or 11498913. OLE color: 11498913.

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

Color convert

RGB161117175-
CMYK0.080.3300.31
HSL285.52º26.61%57.25%-
HSV(B)285.52º33.14%68.63%-
XYZ28.823.3943.56-
YUV136.77149.58145.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.54%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=35.54%
G=25.83%
B=38.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611171750.080.3300.31285.5226.6157.25
HexA175AF82101F11e1b39
Octal24116525710410374363371
Binary10100001111010110101111100010000101111110001111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175AF; }

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

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

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

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

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

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

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

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