#A06FAD

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

Shades of Ce Soir #A06FAD

Tints of Ce Soir #A06FAD

Color information

#A06FAD (or 0xA06FAD) is unknown color: approx Ce Soir. HEX triplet: A0, 6F and AD. RGB value is (160,111,173). Sum of RGB (Red+Green+Blue) = 160+111+173=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #A06FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FAD is #5F9052. Grayscale: #848484. Windows color (decimal): -6262867 or 11366304. OLE color: 11366304.

HSL color Cylindrical-coordinate representation of color #A06FAD: hue angle of 287.42º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06FAD is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160111173-
CMYK0.080.3600.32
HSL287.42º27.43%55.69%-
HSV(B)287.42º35.84%67.84%-
XYZ27.7221.8642.29-
YUV132.72150.73147.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=36.04%
G=25%
B=38.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601111730.080.3600.32287.4227.4355.69
HexA06FAD82402011f1b38
Octal24015725510440404373370
Binary101000001101111101011011000100100010000010001111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FAD; }

 p { color: rgb(160,111,173); }

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

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

 a { background-color: rgb(160,111,173); }

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

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

 span { border-color: rgb(160,111,173); }

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