#A175AA

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

Shades of Ce Soir #A175AA

Tints of Ce Soir #A175AA

Color information

#A175AA (or 0xA175AA) is unknown color: approx Ce Soir. HEX triplet: A1, 75 and AA. RGB value is (161,117,170). Sum of RGB (Red+Green+Blue) = 161+117+170=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A175AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A175AA is #5E8A55. Grayscale: #888888. Windows color (decimal): -6195798 or 11171233. OLE color: 11171233.

HSL color Cylindrical-coordinate representation of color #A175AA: hue angle of 289.81º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A175AA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161117170-
CMYK0.050.3100.33
HSL289.81º23.77%56.27%-
HSV(B)289.81º31.18%66.67%-
XYZ28.3123.241.02-
YUV136.2147.08145.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=35.94%
G=26.12%
B=37.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611171700.050.3100.33289.8123.7756.27
HexA175AA51F0211221838
Octal2411652525370414423070
Binary1010000111101011010101010111111010000110010001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A175AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A175AA; }

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

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

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

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

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

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

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

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