#A06EAC

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

Shades of Ce Soir #A06EAC

Tints of Ce Soir #A06EAC

Color information

#A06EAC (or 0xA06EAC) is unknown color: approx Ce Soir. HEX triplet: A0, 6E and AC. RGB value is (160,110,172). Sum of RGB (Red+Green+Blue) = 160+110+172=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #A06EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06EAC is #5F9153. Grayscale: #838383. Windows color (decimal): -6263124 or 11300512. OLE color: 11300512.

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

Color convert

RGB160110172-
CMYK0.070.3600.33
HSL288.39º27.19%55.29%-
HSV(B)288.39º36.05%67.45%-
XYZ27.5221.641.75-
YUV132.02150.56147.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=36.20%
G=24.89%
B=38.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601101720.070.3600.33288.3927.1955.29
HexA06EAC7240211201b37
Octal2401562547440414403367
Binary10100000110111010101100111100100010000110010000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EAC; }

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

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

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

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

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

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

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

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