#A06CAD

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

Shades of Ce Soir #A06CAD

Tints of Ce Soir #A06CAD

Color information

#A06CAD (or 0xA06CAD) is unknown color: approx Ce Soir. HEX triplet: A0, 6C and AD. RGB value is (160,108,173). Sum of RGB (Red+Green+Blue) = 160+108+173=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #A06CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06CAD is #5F9352. Grayscale: #828282. Windows color (decimal): -6263635 or 11365536. OLE color: 11365536.

HSL color Cylindrical-coordinate representation of color #A06CAD: hue angle of 288º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06CAD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160108173-
CMYK0.080.3800.32
HSL288º28.38%55.1%-
HSV(B)288º37.57%67.84%-
XYZ27.421.2242.19-
YUV130.96151.73148.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=36.28%
G=24.49%
B=39.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601081730.080.3800.3228828.3855.1
HexA06CAD8260201201c37
Octal24015425510460404403467
Binary101000001101100101011011000100110010000010010000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06CAD; }

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

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

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

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

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

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

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

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