#A06FAB

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

Shades of Ce Soir #A06FAB

Tints of Ce Soir #A06FAB

Color information

#A06FAB (or 0xA06FAB) is unknown color: approx Ce Soir. HEX triplet: A0, 6F and AB. RGB value is (160,111,171). Sum of RGB (Red+Green+Blue) = 160+111+171=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A06FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FAB is #5F9054. Grayscale: #848484. Windows color (decimal): -6262869 or 11235232. OLE color: 11235232.

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

Color convert

RGB160111171-
CMYK0.060.3500.33
HSL289º26.32%55.29%-
HSV(B)289º35.09%67.06%-
XYZ27.5321.7841.28-
YUV132.49149.73147.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=36.20%
G=25.11%
B=38.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601111710.060.3500.3328926.3255.29
HexA06FAB6230211211a37
Octal2401572536430414413267
Binary10100000110111110101011110100011010000110010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06FAB; }

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

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

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

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

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

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

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

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