#A96FB7

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

Shades of Ce Soir #A96FB7

Tints of Ce Soir #A96FB7

Color information

#A96FB7 (or 0xA96FB7) is unknown color: approx Ce Soir. HEX triplet: A9, 6F and B7. RGB value is (169,111,183). Sum of RGB (Red+Green+Blue) = 169+111+183=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #A96FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FB7 is #569048. Grayscale: #888888. Windows color (decimal): -5673033 or 12021673. OLE color: 12021673.

HSL color Cylindrical-coordinate representation of color #A96FB7: hue angle of 288.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A96FB7 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB169111183-
CMYK0.080.3900.28
HSL288.33º33.33%57.65%-
HSV(B)288.33º39.34%71.76%-
XYZ30.5923.2247.67-
YUV136.55154.22151.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 183 (71.88% from 255) = 39.52%
R=36.50%
G=23.97%
B=39.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691111830.080.3900.28288.3333.3357.65
HexA96FB782701C120213a
Octal25115726710470344404172
Binary101010011101111101101111000100111011100100100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FB7; }

 p { color: rgb(169,111,183); }

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

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

 a { background-color: rgb(169,111,183); }

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

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

 span { border-color: rgb(169,111,183); }

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