#A676AF

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

Shades of Ce Soir #A676AF

Tints of Ce Soir #A676AF

Color information

#A676AF (or 0xA676AF) is unknown color: approx Ce Soir. HEX triplet: A6, 76 and AF. RGB value is (166,118,175). Sum of RGB (Red+Green+Blue) = 166+118+175=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A676AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A676AF is #598950. Grayscale: #8A8A8A. Windows color (decimal): -5867857 or 11499174. OLE color: 11499174.

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

Color convert

RGB166118175-
CMYK0.050.3300.31
HSL290.53º26.27%57.45%-
HSV(B)290.53º32.57%68.63%-
XYZ29.9424.1643.64-
YUV138.85148.4147.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 118 (46.48% from 255) = 25.71%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=36.17%
G=25.71%
B=38.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661181750.050.3300.31290.5326.2757.45
HexA676AF52101F1231a39
Octal2461662575410374433271
Binary1010011011101101010111110110000101111110010001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676AF; }

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

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

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

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

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

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

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

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