#A06DAC

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

Shades of Ce Soir #A06DAC

Tints of Ce Soir #A06DAC

Color information

#A06DAC (or 0xA06DAC) is unknown color: approx Ce Soir. HEX triplet: A0, 6D and AC. RGB value is (160,109,172). Sum of RGB (Red+Green+Blue) = 160+109+172=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #A06DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DAC is #5F9253. Grayscale: #838383. Windows color (decimal): -6263380 or 11300256. OLE color: 11300256.

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

Color convert

RGB160109172-
CMYK0.070.3700.33
HSL288.57º27.51%55.1%-
HSV(B)288.57º36.63%67.45%-
XYZ27.4121.3941.71-
YUV131.43150.9148.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=36.28%
G=24.72%
B=39.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601091720.070.3700.33288.5727.5155.1
HexA06DAC7250211211c37
Octal2401552547450414413467
Binary10100000110110110101100111100101010000110010000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06DAC; }

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

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

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

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

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

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

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

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