#A17DAF

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

Shades of Ce Soir #A17DAF

Tints of Ce Soir #A17DAF

Color information

#A17DAF (or 0xA17DAF) is unknown color: approx Ce Soir. HEX triplet: A1, 7D and AF. RGB value is (161,125,175). Sum of RGB (Red+Green+Blue) = 161+125+175=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #A17DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17DAF is #5E8250. Grayscale: #8D8D8D. Windows color (decimal): -6193745 or 11500961. OLE color: 11500961.

HSL color Cylindrical-coordinate representation of color #A17DAF: hue angle of 283.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A17DAF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161125175-
CMYK0.080.2900.31
HSL283.2º23.81%58.82%-
HSV(B)283.2º28.57%68.63%-
XYZ29.7725.3443.88-
YUV141.46146.93141.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=34.92%
G=27.11%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611251750.080.2900.31283.223.8158.82
HexA17DAF81D01F11b183b
Octal24117525710350374333073
Binary1010000111111011010111110001110101111110001101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17DAF; }

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

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

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

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

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

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

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

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