#A176AF

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

Shades of Ce Soir #A176AF

Tints of Ce Soir #A176AF

Color information

#A176AF (or 0xA176AF) is unknown color: approx Ce Soir. HEX triplet: A1, 76 and AF. RGB value is (161,118,175). Sum of RGB (Red+Green+Blue) = 161+118+175=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #A176AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A176AF is #5E8950. Grayscale: #898989. Windows color (decimal): -6195537 or 11499169. OLE color: 11499169.

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

Color convert

RGB161118175-
CMYK0.080.3300.31
HSL285.26º26.27%57.45%-
HSV(B)285.26º32.57%68.63%-
XYZ28.9123.6343.59-
YUV137.35149.25144.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=35.46%
G=25.99%
B=38.55%

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
Decimal1611181750.080.3300.31285.2626.2757.45
HexA176AF82101F11d1a39
Octal24116625710410374353271
Binary10100001111011010101111100010000101111110001110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A176AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A176AF; }

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

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

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

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

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

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

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

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