#A177AA

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

Shades of Ce Soir #A177AA

Tints of Ce Soir #A177AA

Color information

#A177AA (or 0xA177AA) is unknown color: approx Ce Soir. HEX triplet: A1, 77 and AA. RGB value is (161,119,170). Sum of RGB (Red+Green+Blue) = 161+119+170=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #A177AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A177AA is #5E8855. Grayscale: #898989. Windows color (decimal): -6195286 or 11171745. OLE color: 11171745.

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

Color convert

RGB161119170-
CMYK0.050.300.33
HSL289.41º23.08%56.67%-
HSV(B)289.41º30%66.67%-
XYZ28.5523.6741.09-
YUV137.37146.41144.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=35.78%
G=26.44%
B=37.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611191700.050.300.33289.4123.0856.67
HexA177AA51E0211211739
Octal2411672525360414412771
Binary1010000111101111010101010111110010000110010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A177AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A177AA; }

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

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

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

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

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

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

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

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