#A06EAB

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

Shades of Ce Soir #A06EAB

Tints of Ce Soir #A06EAB

Color information

#A06EAB (or 0xA06EAB) is unknown color: approx Ce Soir. HEX triplet: A0, 6E and AB. RGB value is (160,110,171). Sum of RGB (Red+Green+Blue) = 160+110+171=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A06EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06EAB is #5F9154. Grayscale: #838383. Windows color (decimal): -6263125 or 11234976. OLE color: 11234976.

HSL color Cylindrical-coordinate representation of color #A06EAB: hue angle of 289.18º 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 #A06EAB is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB160110171-
CMYK0.060.3600.33
HSL289.18º26.64%55.1%-
HSV(B)289.18º35.67%67.06%-
XYZ27.4221.5741.25-
YUV131.9150.06148.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=36.28%
G=24.94%
B=38.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601101710.060.3600.33289.1826.6455.1
HexA06EAB6240211211b37
Octal2401562536440414413367
Binary10100000110111010101011110100100010000110010000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06EAB; }

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

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

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

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

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

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

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

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