#A06FAC

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

Shades of Ce Soir #A06FAC

Tints of Ce Soir #A06FAC

Color information

#A06FAC (or 0xA06FAC) is unknown color: approx Ce Soir. HEX triplet: A0, 6F and AC. RGB value is (160,111,172). Sum of RGB (Red+Green+Blue) = 160+111+172=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #A06FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FAC is #5F9053. Grayscale: #848484. Windows color (decimal): -6262868 or 11300768. OLE color: 11300768.

HSL color Cylindrical-coordinate representation of color #A06FAC: hue angle of 288.2º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06FAC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160111172-
CMYK0.070.3500.33
HSL288.2º26.87%55.49%-
HSV(B)288.2º35.47%67.45%-
XYZ27.6321.8241.79-
YUV132.6150.23147.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=36.12%
G=25.06%
B=38.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601111720.070.3500.33288.226.8755.49
HexA06FAC7230211201b37
Octal2401572547430414403367
Binary10100000110111110101100111100011010000110010000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FAC; }

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

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

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

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

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

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

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

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