#A46FAF

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

Shades of Ce Soir #A46FAF

Tints of Ce Soir #A46FAF

Color information

#A46FAF (or 0xA46FAF) is unknown color: approx Ce Soir. HEX triplet: A4, 6F and AF. RGB value is (164,111,175). Sum of RGB (Red+Green+Blue) = 164+111+175=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #A46FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FAF is #5B9050. Grayscale: #858585. Windows color (decimal): -6000721 or 11497380. OLE color: 11497380.

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

Color convert

RGB164111175-
CMYK0.060.3700.31
HSL289.69º28.57%56.08%-
HSV(B)289.69º36.57%68.63%-
XYZ28.7322.3643.36-
YUV134.14151.06149.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.44%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 175 (68.75% from 255) = 38.89%
R=36.44%
G=24.67%
B=38.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641111750.060.3700.31289.6928.5756.08
HexA46FAF62501F1221d38
Octal2441572576450374423570
Binary1010010011011111010111111010010101111110010001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FAF; }

 p { color: rgb(164,111,175); }

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

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

 a { background-color: rgb(164,111,175); }

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

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

 span { border-color: rgb(164,111,175); }

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