#A175AD

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

Shades of Ce Soir #A175AD

Tints of Ce Soir #A175AD

Color information

#A175AD (or 0xA175AD) is unknown color: approx Ce Soir. HEX triplet: A1, 75 and AD. RGB value is (161,117,173). Sum of RGB (Red+Green+Blue) = 161+117+173=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #A175AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A175AD is #5E8A52. Grayscale: #888888. Windows color (decimal): -6195795 or 11367841. OLE color: 11367841.

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

Color convert

RGB161117173-
CMYK0.070.3200.32
HSL287.14º25.45%56.86%-
HSV(B)287.14º32.37%67.84%-
XYZ28.623.3242.53-
YUV136.54148.58145.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=35.70%
G=25.94%
B=38.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611171730.070.3200.32287.1425.4556.86
HexA175AD72002011f1939
Octal2411652557400404373171
Binary10100001111010110101101111100000010000010001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175AD; }

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

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

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

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

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

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

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

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