#A07CAB

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

Shades of Ce Soir #A07CAB

Tints of Ce Soir #A07CAB

Color information

#A07CAB (or 0xA07CAB) is unknown color: approx Ce Soir. HEX triplet: A0, 7C and AB. RGB value is (160,124,171). Sum of RGB (Red+Green+Blue) = 160+124+171=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A07CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07CAB is #5F8354. Grayscale: #8B8B8B. Windows color (decimal): -6259541 or 11238560. OLE color: 11238560.

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

Color convert

RGB160124171-
CMYK0.060.2700.33
HSL285.96º21.86%57.84%-
HSV(B)285.96º27.49%67.06%-
XYZ29.0624.8341.79-
YUV140.12145.43142.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=35.16%
G=27.25%
B=37.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601241710.060.2700.33285.9621.8657.84
HexA07CAB61B02111e163a
Octal2401742536330414362672
Binary1010000011111001010101111011011010000110001111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07CAB; }

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

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

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

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

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

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

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

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