#A06CAC

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

Shades of Ce Soir #A06CAC

Tints of Ce Soir #A06CAC

Color information

#A06CAC (or 0xA06CAC) is unknown color: approx Ce Soir. HEX triplet: A0, 6C and AC. RGB value is (160,108,172). Sum of RGB (Red+Green+Blue) = 160+108+172=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #A06CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06CAC is #5F9353. Grayscale: #828282. Windows color (decimal): -6263636 or 11300000. OLE color: 11300000.

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

Color convert

RGB160108172-
CMYK0.070.3700.33
HSL288.75º27.83%54.9%-
HSV(B)288.75º37.21%67.45%-
XYZ27.3121.1841.68-
YUV130.84151.23148.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 108 (42.58% from 255) = 24.55%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=36.36%
G=24.55%
B=39.09%

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
Decimal1601081720.070.3700.33288.7527.8354.9
HexA06CAC7250211211c37
Octal2401542547450414413467
Binary10100000110110010101100111100101010000110010000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CAC; }

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

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

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

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

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

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

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

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